Back to MCP Servers
🔌

duaraghav8/MCPJungle

MPL-2.0API key required

🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents

GoAI & LLMs

Install

npx -y duaraghav8-mcpjungle

Required environment variables

AFFINE_API_TOKENSet in your MCP config
CLIENT_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "duaraghav8-mcpjungle": {
      "command": "npx",
      "args": [
        "-y",
        "duaraghav8-mcpjungle"
      ],
      "env": {
        "AFFINE_API_TOKEN": "<YOUR_AFFINE_API_TOKEN>",
        "CLIENT_TOKEN": "<YOUR_CLIENT_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.