mcp-server-infranodus

infranodus/mcp-server-infranodus

3.4

If you are the rightful owner of mcp-server-infranodus and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

InfraNodus MCP Server integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants.

Tools
3
Resources
0
Prompts
0

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.

InfraNodus MCP Server

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

Available Tools

  1. 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
  2. analyze_existing_graph_by_name

    • Retrieve and analyze existing graphs from your InfraNodus account
    • Access previously saved analyses
    • Export graph data with full statistics
  3. generate_content_gaps

    • Detect missing connections in discourse
    • Identify underexplored topics
    • Generate research questions
    • Suggest content development opportunities
  4. 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
  5. generate_research_questions

    • Generate research questions that bridge content gaps
    • 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
  6. generate_research_questions

    • Generate research questions based on an existing InfraNodus graph
    • Use them as prompts in your LLM models
    • Use any AI model (included in InfraNodus API)
    • Content gaps are identified based on topical clustering
  7. 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
  8. generate_text_overview

    • 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
  9. 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
  10. generate_overlap_graph

  • 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
  1. generate_difference_graph
  • 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
  1. generate_google_search_graph
  • 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)
  1. generate_search_queries_graph
  • 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)
  1. generate_search_results_vs_queries_graph
  • 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
  1. 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
  1. 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

Installation

The easiest and the fastest way to launch the InfraNodus MCP server is to use the external provider, Smithery, and simply copy and paste the settings to the tool of your choice (e.g. Claude, Cursor, or ChatGPT).

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.

Easiest Setup: Smithery InfraNodus MCP Server (via HTTP/SSE)

  1. Prerequisites
  • Create an account on Smithery.Ai (it's free and you can use your Google or GitHub login)
  • Create an account on InfraNodus if you don't have it already and get your InfraNodus API Key. We offer 14-day free trials.
  • Then go to the Smithery InfraNodus Server, click "Configure" at the top right, and add your InfraNodus API key there.
  1. Get the URL of the InfraNodus Server from Smithery
  1. Add to 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 Smithery (via Oauth) in order to be able to access the InfraNodus MCP hosted on it.

  • If your client does not support Oauth, you can click the link *Get the URL with keys instead** which you can use to authenticate without Oauth.

  • In the end, either Smithery or you yourself will add something like this in your MCP configuration file:

// e.g. for Cursor
"mcpServers": {
    "mcp-server-infranodus": {
      "type": "http",
      "url": "https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp?api_key=your_infranodus_api_key",
      "headers": {}
    }
  }
  1. Use 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.

Manual Setup: Local Server

  1. Prerequisites
  1. Clone and build the server:

    git clone https://github.com/yourusername/mcp-server-infranodus.git
    cd mcp-server-infranodus
    npm install
    npm run build
    
  2. Set up your API key:

    Create a .env file in the project root:

    INFRANODUS_API_KEY=your-api-key-here
    
  3. Inspect the MCP:

    npm run inspect
    

Claude Desktop Configuration (macOS)

  1. Open your Claude Desktop configuration file:

    open ~/Library/Application\ Support/Claude/claude_desktop_config.json
    
  2. Add the InfraNodus server configuration:

    {
    	"mcpServers": {
    		"infranodus": {
    			"command": "node",
    			"args": ["/absolute/path/to/mcp-server-infranodus/dist/index.js"],
    			"env": {
    				"INFRANODUS_API_KEY": "your-api-key-here"
    			}
    		}
    	}
    }
    
  3. Restart Claude Desktop to load the new server.

Claude Desktop Configuration (Windows)

  1. Open your Claude Desktop configuration file:

    %APPDATA%\Claude\claude_desktop_config.json
    
  2. Add the InfraNodus server configuration:

    {
    	"mcpServers": {
    		"infranodus": {
    			"command": "node",
    			"args": ["C:\\path\\to\\mcp-server-infranodus\\dist\\index.js"],
    			"env": {
    				"INFRANODUS_API_KEY": "your-api-key-here"
    			}
    		}
    	}
    }
    
  3. Restart Claude Desktop.

Cursor Configuration

Other MCP-Compatible Applications

For other applications supporting MCP, use the following command to start the server:

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 standard input/output.

Usage Examples

Once installed, you can ask Claude to:

  • "Use InfraNodus to analyze this text and show me the main topics"
  • "Generate a knowledge graph from this document"
  • "Find content gaps in this article"
  • "Retrieve my existing graph called 'Research Notes' from InfraNodus"
  • "What are the structural gaps in this text?"
  • "Identify the most influential concepts in this content"

Development

Running in Development Mode

npm run dev

Using the MCP Inspector

Test the server with the MCP Inspector:

npm run inspect

Building from Source

npm run build

Watching for Changes

npm run watch

API Documentation

generate_knowledge_graph

Analyzes text and generates a knowledge graph.

Parameters:

  • text (string, required): The text to analyze
  • includeStatements (boolean): Include original statements in response
  • modifyAnalyzedText (string): Text modification options ("none", "entities", "lemmatize")

analyze_existing_graph_by_name

Retrieves and analyzes an existing graph from your InfraNodus account.

Parameters:

  • graphName (string, required): Name of the existing graph
  • includeStatements (boolean): Include statements in response
  • includeGraphSummary (boolean): Include graph summary

generate_content_gaps

Identifies content gaps and missing connections in text.

Parameters:

  • text (string, required): The text to analyze for gaps

Troubleshooting

Server doesn't appear in Claude

  1. Verify the configuration file path is correct
  2. Check that the API key is valid
  3. Ensure Node.js is in your system PATH
  4. Restart Claude Desktop completely

API Key Issues

Build Errors

# Clean install
rm -rf node_modules package-lock.json
npm install
npm run build

Resources

License

MIT

Support

For issues related to: