InfraNodus MCP Server


If you'd like to use the InfraNodus API in your LLM client applications and workflows, you can use the InfraNodus MCP server. It offers a simplified range of tools that will become available to your apps (Claude, Cursor, ChatGPT, etc.), which make requests directly to the InfraNodus API.

The advantage of the MCP server over direct API access is that the MCP server has a collection of well-described tools that can be used for specific use cases without the need to write code or set up parameters. The model can also combine different tools at its own discretion based on the task at hand.


Full MCP Server Setup Guide GitHub Repository

What You Can Do

  • Get a topical overview of any file, AI conversation, or text
  • Identify content gaps in any discourse and use AI to generate new ideas (no additional keys needed)
  • Generate pertinent research questions for any discourse
  • Generate a knowledge graph with entities and relations for any field
  • GraphRAG reasoning with your own knowledge graphs
  • Retrieve current search intent for any topic
  • Compare search intent with the current informational supply
  • Compare texts to find differences (relations present in one text that are not present in another)
  • Find similarities between texts

Quick Start

For Claude Web / ChatGPT (Remote Server):

https://mcp.infranodus.com

Activate through Settings > Connectors. You will be asked for the InfraNodus API key to connect.


For Cursor / Claude Desktop (Local):

{
  "mcpServers": {
    "infranodus": {
      "command": "npx",
      "args": ["-y", "infranodus-mcp-server"],
      "env": {
        "INFRANODUS_API_KEY": "your-api-key-here"
      }
    }
  }
}

Learn More

For detailed setup instructions, available tools, platform-specific configuration (Claude, ChatGPT, Cursor, n8n, Claude Code), troubleshooting, and FAQ, visit our comprehensive MCP guide:


Full MCP Server Setup Guide GitHub Repository

Get Started

You need to create an account on InfraNodus first and then obtain the API key. The API key is accessible to all users, but Advanced, Pro, and Premium subscribers get higher usage limits.


Sign Up for InfraNodus

API Documentation