infranodus-mcp-server-infranodus
UnexploredMap text into knowledge graphs to create a structured representation of conceptual relations and t…
Install
mcp_config.json
{
"mcpServers": {
"ai-smithery-infranodus-mcp-server-infranodus": {
"url": "https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp",
"type": "streamable-http"
}
}
}Documentation
InfraNodus MCP Server
A Model Context Protocol (MCP) server that integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants like Claude Desktop.
Overview
InfraNodus MCP Server enables LLM workflows and AI assistants to analyze text using advanced network science algorithms, generate knowledge graphs, detect content gaps, and identify key topics and concepts. It transforms unstructured text into structured insights using graph theory and network analysis.
Features
You Can Use It To
- Connect your existing InfraNodus knowledge graphs to your LLM workflows and AI chats
- Identify the main topical clusters in discourse without missing the important nuances (works better than standard LLM workflows)
- Identify the content gaps in any discourse (helpful for content creation and research)
- Generate new knowledge graphs from any text and use them to augment your LLM responses
- Save and retrieve entities and relations from memory using the knowledge graphs
Available Tools
-
generate_knowledge_graph
- Convert any text into a visual knowledge graph
- Extract topics, concepts, and their relationships
- Identify structural patterns and clusters
- Apply AI-powered topic naming
- Perform entity detection for cleaner graphs
-
analyze_existing_graph_by_name
- Retrieve and analyze existing graphs from your InfraNodus account
- Access previously saved analyses
- Export graph data with full statistics
-
analyze_text
- Analyze a text, URL, or YouTube transcript
- Extract and analyze a graph from text or URL; provide either text or url
- Get topics, clusters, statements, graph structure, and AI summary as requested
-
generate_content_gaps
- Detect missing connections in discourse
- Identify underexplored topics
- Generate research questions
- Suggest content development opportunities
-
generate_topical_clusters
- Generate topics and clusters of keywords from text using knowledge graph analysis
- Make sure to beyond genetic insights and detect smaller topics
- Use the topical clusters to establish topical authority for SEO
- Returns AI-generated overviews of the topical clusters (
topicalClusterSummaries), summarizing the discourse each cluster represents — useful for SEO-optimized content creation. Enabled by default; setgenerateTopicalSummaries: falseto increase processing speed or if the summary request fails
-
generate_contextual_hint
- Generate a topical overview of a text and provide insights for LLMs to generate better responses
- Use it to get a high-level understanding of a text
- Use it to augment prompts in your LLM workflows and AI assistants
-
generate_research_questions
- Generate research questions that bridge content gaps from text, URL, or an existing InfraNodus graph
- Use them as prompts in your LLM models and AI workflows
- Use any AI model (included in InfraNodus API)
- Content gaps are identified based on topical clustering
-
generate_research_ideas
- Generate innovative research ideas based on content gaps identified in the text
- Get actionable ideas to improve the text and develop the discourse
- Use any AI model (included in InfraNodus API)
- Ideas are generated from gaps between topical clusters
-
optimize_text_structure
- Analyze the level of bias and coherence in text using knowledge graph analysis
- If the text is too biased, develop the represented topics to balance the discourse
- If the text is focused or diversified, develop the content gaps to deepen the analysis
- If the text is dispersed, focus the most common gap topics to improve coherence
- Choose response type: response, idea, question, or transcend
-
optimize_reasoning
- Applies the same bias/coherence analysis to the model's own reasoning trace or chat with the user (pass it as
text) - Detects whether the reasoning is biased, focused, diversified, or dispersed
- Steers the reasoning toward optimal diversity and coherence at the same time
- If too biased, develop the under-represented topics; if focused or diversified, bridge the content gaps; if dispersed, focus the most common gap topics
- Returns a structural diagnosis (diversity stats, topical clusters, gaps) plus suggestions for how to continue thinking
- Applies the same bias/coherence analysis to the model's own reasoning trace or chat with the user (pass it as
-
generate_responses_from_graph
- Generate responses based on an existing InfraNodus graph
- Integrate them into your LLM workflows and AI assistants
- Use any AI model (included in InfraNodus API)
- Use any prompt
-
develop_conceptual_bridges
- Analyze text and develop latent ideas based on concepts that connect this text to a broader discourse
- Discover hidden themes and patterns that link your text to wider contexts
- Use any AI model (included in InfraNodus API)
- Generate insights that help develop the discourse
-
develop_latent_topics
- Analyze text and extract underdeveloped topics with ideas on how to develop them
- Identify topics that need more attention and elaboration
- Use any AI model (included in InfraNodus API)
- Get actionable suggestions for content expansion
-
develop_text_tool
- Comprehensive text analysis combining content gap ideas, latent topics, and conceptual bridges
- Executes multiple analyses in sequence with progress tracking
- Generates research ideas based on content gaps
- Identifies latent topics and conceptual bridges to develop
- Finds content gaps for deeper exploration
-
create_knowledge_graph
- Create a knowledge graph in InfraNodus from text and provide a link to it
- Use it to create a knowledge graph in InfraNodus from text
-
generate_ontology_graph
- Use AI to generate a reasoning ontology graph (entities and the relations between them) from a topic, prompt, or text — e.g. "build an ontology on AI attention mechanisms"
- Saved as a persistent InfraNodus graph by default and a link is returned; set
saveGraph: falseif the user asks not to save, or when you only need a one-off AI ontology overview of a topic for the current context that won't be reused later (the generated statements are returned directly without persisting) modelToUsedefaults toclaude-opus-4.6for richer ontologies; pick-mini/-litevariants (orgpt-4o-mini) for faster, cheaper generation- Returns the compact graph structure (
knowledgeGraph) and analytics (main topical clusters, content gaps, top influential nodes, top relations, statistics) by default. SetincludeGraph: falseto save context space when only the ontology statements or insights are needed. SetincludeAnalytics: falseif you just need the raw ontology without graph-derived insights — keep it on whenever you want to understand the structure, gaps, or key concepts
-
analyze_llm_results
- Ask an LLM to describe a topic and turn its response into a knowledge graph that reveals how the model frames it — main concepts, clusters, content gaps, and the relations between them
- Use it to probe model bias, surface the implicit structure of an LLM's view on a subject, or compare how different models describe the same topic
modelToUsedefaults toclaude-opus-4.6; pick the model you actually want to studymodifyAnalyzedTextcontrols how the LLM output is parsed:'detectEntities'(default — mixed entities + words),'extractEntitiesOnly'(entity-only graph), or'none'(plain co-occurrence)- Saves the graph by default; set
saveGraph: falsefor a one-off probe. Returns analytics by default and omits the raw graph (includeGraph: false) to keep responses compact — enableincludeGraphwhen you also need nodes/edges
-
overlap_between_texts
- Create knowledge graphs from two or more texts and find the overlap (similarities) between them
- Use it to find similar topics and keywords across different texts
-
merged_graph_from_texts
- Build a graph of all the texts and URLs provided, providing topical clusters and gaps present in the merged graph generated from all the texts
- Use it to combine multiple sources into one graph and see clusters and content gaps across the merged content
-
difference_between_texts
- Compare knowledge graphs from two or more texts and find what's not present in the first graph that's present in the others
- Use it to find how one text can be enriched with the others
-
analyze_google_search_results
- Generate a graph with keywords and topics for Google search results for a certain query
- Use it to understand the current informational supply (what people find)
-
analyze_youtube_results
- Generate a graph with keywords and topics from YouTube results for a query, channel, or playlist
- Choose what to pull via
searchMode:search(video metadata for a search term),comments(comments on a video),channel(a channel's videos — pass a username, URL, or @handle),playlist(a playlist's videos — pass a playlist ID or a URL withlist=),subtitles/subtitlesChannel/subtitlesPlaylist(transcribed subtitles of a video / channel / playlist), orsearchVideos(analyzes the content of the videos found — limit hard-capped to 20) - Control results with
limit(default 100, max 2000),sortBy(Popular/Oldest/Latest),excludeDescriptions,importLanguage, andimportRegion - Use it to understand the topics, clusters, and content gaps in the discourse around a video, channel, playlist, or search term on YouTube
-
analyze_related_search_queries
- Generate a graph from the search queries suggested by Google for a certain query
- Use it to understand the current informational demand (what people are looking for)
-
search_queries_vs_search_results
- Generate a graph of keyword combinations and topics people tend to search for that do not readily appear in the search results for the same queries
- Use it to understand what people search for but don't yet find
-
generate_seo_report
- Analyze content for SEO optimization by comparing it with Google search results and search queries
- Identify content gaps and opportunities for better search visibility
- Get comprehensive analysis of what's in search results but not in your text
- Discover what people search for but don't find in current results
-
memory_add_relations
- Add relations to the InfraNodus memory from text
- Automatically detect entities or use [[wikilinks]] syntax to mark them
- Save memory to a specified graph name for future retrieval
- Support automatic entity extraction or manual entity marking
- Provide links to created memory graphs for easy access
-
memory_get_relations
- Retrieve relations from InfraNodus memory for specific entities
- Search for entity relations using [[wikilinks]] syntax
- Query specific memory contexts or search across all memory graphs
- Extract statements and relationships from stored knowledge graphs
- Support both entity-specific searches and full context retrieval
-
retrieve_from_knowledge_base
- Retrieve context from an existing InfraNodus knowledge graph using GraphRAG
- Query your knowledge base with a natural language prompt to get relevant statements
- Include graph summaries for quick overviews of the knowledge structure
- Optionally retrieve the full graph, statements, or extended analysis
- Ideal for augmenting LLM responses with domain-specific knowledge
-
search
- Search through existing InfraNodus graphs
- Also use it to search through the public graphs of a specific user
- Compatible with ChatGPT Deep Research mode via Developer Mode > Connectors
-
fetch
- Fetch a specific search result for a graph
- Can be used in ChatGPT Deep Research mode via Developer Mode > Connectors
More capabilites coming soon!
Key Capabilities
- Topic Modeling: Automatic clustering and categorization of concepts
- Content Gap Detection: Find missing links between concept clusters
- Entity Recognition: Clean extraction of names, places, and organizations
- AI Enhancement: Optional AI-powered topic naming and analysis
- Structural Analysis: Identify influential nodes and community structures
- Network Structure Statistics: Modularity, centrality, betweenness, and other graph metrics
- Knowledge Graph Memory: Save and retrieve knowledge graph memories and analyze them to retrieve key nodes, clusters, and connectors
Knowledge Graph Memory Use Advice
InfraNodus represents any text as a network graph in order to identify the main clusters of ideas and gaps between them. This helps generate advanced insights based on the text's structure. The network is effectively a knowledge graph that can also be used to retrieve complex ontological relations between different entities and concepts. This process is automated in InfraNodus using the search and fetch tools along with the other tools that analyze the underlying network.
However, you can also easily use InfraNodus as a more traditional memory server to save and retrieve relations. We use [[wikilinks]] to highlight entities in your text to make your content and graphs compatible with markup syntax and PKM tools such as Obsidian. By default, InfraNodus will generate the name of the memory graph for you based on the context of the conversation. However, you can modify this default behavior by adding a system prompt or project instruction into your LLM client.
Specifically you can specify to always use a speciic knowlege graph for memories to store everything in one place:
Save all memories in the `my-memories` graph in InfraNodus.
Or you can ask InfraNodus to only save certain entities, e.g. for building social networks:
When generating entities, only extract people, companies, and organizations. Ignore everything else.
Installation
The easiest and the fastest way to launch the InfraNodus MCP server is to either use our server URL https://mcp.infranodus.com for the remote / web applications or to add a manual configuration to your LLM apps if you're running them locally.
You can also install the server locally, so you have more control over it. In this case, you can also edit the source files and even create your tools based on the InfraNodus API.
Below we describe the two different ways to set up your InfraNodus MCP server.
1. Easiest Setup: InfraNodus MCP Server (via HTTP/SSE)
- Prerequisites
- Create an account on InfraNodus if you don't have it already and get your InfraNodus API Key. We offer 14-day free trials.
- Get the URL
- We currently use the following URL for our MCP server deployed in our infrastructure:
https://mcp.infranodus.com
- Add the MCP server URL to the Client Tool Where You Want to Use InfraNodus
- Once you add the URL above to your tool, it will automatically prompt you to authenticate using OAuth in order to be able to access the InfraNodus MCP hosted on it.
- Using InfraNodus Tools in Your Calls
-
To use InfraNodus, see the tools available and simply call them through the chat interface (e.g. "show me the graphs where I talk about this topic" or "get the content gaps from the document I uploaded")
-
If your client is not using InfraNodus for some actions, add the instruction to use InfraNodus explicitly.
2. Manual Setup: via NPX
You can deploy the InfraNodus server manually via npx — a package that allows to execute local and remote Node.Js packages on your computer.
The InfraNodus MCP server is available as an npm package at https://www.npmjs.com/package/infranodus-mcp-server from where you can launch it remotely on your local computer with npx. It will expose its tools to the MCP client that will be using this command to launch the server
For Claude Desktop / Cursor IDE:
Just add this in your Claude's configuration file (Settings > Developer > Edit Config), inside the "mcpServers" object where the different servers are listed:
{
"mcpServers": {
"infranodus": {
"command": "npx",
"args": ["-y", "infranodus-mcp-server"],
"env": {
"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
}
}
}
}
For Claude Code
To connect the InfraNodus MCP server to your Claude code, you can use this command. Make sure to provide the correct InfraNodus API key for your account:
claude mcp add infranodus -s user \
-- env INFRANODUS_API_KEY=YOUR_INRANODUS_KEY \
npx -y infranodus-mcp-server
3. Manual Setup: Launching MCP as a Local Server (for inspection & development)
- Prerequisites
- Node.js 18+ installed
- InfraNodus API key (get yours at https://infranodus.com/api-access)
-
Clone and build the server:
git clone https://github.com/yourusername/mcp-server-infranodus.git cd mcp-server-infranodus npm install npm run build:inspect npm run inspect
Note that build:inspect will generate the dist/index.js file which you will then use in your server setup. The standard npm run build command will only build a Smithery file.
-
Set up your API key:
Create a
.envfile in the project root:INFRANODUS_API_KEY=your-api-key-here -
Inspect the MCP:
npm run inspect
Claude Desktop Configuration (macOS)
-
Open your Claude Desktop configuration file:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json -
Add the InfraNodus server configuration:
a. remote launch via npx:
{
"mcpServers": {
"infranodus": {
"command": "npx",
"args": ["-y", "infranodus-mcp-server"],
"env": {
"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
}
}
}
}
b. launch this repo with node, specify the absolute path to the repo + /dist/index.js:
{
"mcpServers": {
"infranodus": {
"command": "node",
"args": ["/absolute/path/to/mcp-server-infranodus/dist/index.js"],
"env": {
"INFRANODUS_API_KEY": "your-api-key-here"
}
}
}
}
Note: you can leave the INFRANODUS_API_KEY empty in which case you can make 70 free requests after which you will hit quota and will need to add your API key.
- Restart Claude Desktop to load the new server.
Claude Desktop Configuration (Windows)
-
Open your Claude Desktop configuration file:
%APPDATA%\Claude\claude_desktop_config.json -
Add the InfraNodus server configuration:
a. remote launch via npx:
{
"mcpServers": {
"infranodus": {
"command": "npx",
"args": ["-y", "infranodus-mcp-server"],
"env": {
"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
}
}
}
}
b. launch this repo with node:
{
"mcpServers": {
"infranodus": {
"command": "node",
"args": ["C:\\path\\to\\mcp-server-infranodus\\dist\\index.js"],
"env": {
"INFRANODUS_API_KEY": "your-api-key-here"
}
}
}
}
- Restart Claude Desktop.
Cursor Configuration
Other MCP-Compatible Applications
For other applications supporting MCP, use the following command to start the server via npx:
INFRANODUS_API_KEY=your-api-key npx -y infranodus-mcp-server
or locally
INFRANODUS_API_KEY=your-api-key node /path/to/mcp-server-infranodus/dist/index.js
The server communicates via stdio, so configure your application to run this command and communicate through standar
Sourced from the repository README.
More in Developer Tools
- N8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.202,280
- Gemini CliAn open-source AI agent that brings the power of Gemini directly into your terminal.106,664
- World MonitorLive global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.84,026
- WorldmonitorReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface84,024
- Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!76,275
- Ruflo🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated69,270