Intelliverse Router MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Intelliverse Router MCP Servercreate a new app called MyApp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Intelliverse Router MCP server + Agent Skills
Run the whole Intelliverse platform from any MCP-capable agent: create App IDs, mint tier API keys, ingest and search per-app knowledge bases, send email, generate media, check credits, and chat — without ever naming an LLM.
npx -y github:intelli-verse-x/router-mcpVerified 2026-07-12: initialize + tools/list over stdio, 15 tools.
Full setup guide with copy-paste configs: https://router.intelli-verse-x.ai/skills
Tools (15)
Tool | Auth | What it does |
| API key | Chat completion; |
| API key | Tier aliases your key can call |
| API key | LLM daily budget + per-App-ID media credit wallets |
| management | App IDs — entry point for KB, wallets, per-app costs |
| management | Tier-gated key administration |
| API key | App-scoped pgvector knowledge base |
| API key | Per-App-ID email via the platform engine (Pro+, |
| API key | Credit-metered image/video/voice/audio/3D jobs |
Env vars: ROUTER_API_KEY (Workspace → API Keys), ROUTER_MANAGEMENT_KEY
(Account → Management Keys; needed for app/key admin tools),
ROUTER_WORKSPACE_ID (default workspace for admin tools). Optional overrides:
EDGE_BASE_URL, KB_BASE_URL. Keys are free —
sign up, no card.
Related MCP server: AnythingLLM MCP Server
Install per platform
The JSON body is identical everywhere; only the file location / wrapper differs.
Cursor
One-click: Add to Cursor
— or .cursor/mcp.json (project) / ~/.cursor/mcp.json (global):
{
"mcpServers": {
"intelliverse-router": {
"command": "npx",
"args": ["-y", "github:intelli-verse-x/router-mcp"],
"env": {
"ROUTER_API_KEY": "iv-r-v1-...",
"ROUTER_MANAGEMENT_KEY": "ivm-...",
"ROUTER_WORKSPACE_ID": "your-workspace-uuid"
}
}
}
}Claude Desktop
Same JSON as Cursor, in claude_desktop_config.json
(macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\).
Claude Code
claude mcp add intelliverse-router \
--env ROUTER_API_KEY=iv-r-v1-... \
--env ROUTER_MANAGEMENT_KEY=ivm-... \
--env ROUTER_WORKSPACE_ID=your-workspace-uuid \
-- npx -y github:intelli-verse-x/router-mcpVS Code (GitHub Copilot)
.vscode/mcp.json:
{
"servers": {
"intelliverse-router": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:intelli-verse-x/router-mcp"],
"env": {
"ROUTER_API_KEY": "iv-r-v1-...",
"ROUTER_MANAGEMENT_KEY": "ivm-...",
"ROUTER_WORKSPACE_ID": "your-workspace-uuid"
}
}
}
}Windsurf
Same JSON as Cursor, in ~/.codeium/windsurf/mcp_config.json.
Cline
Same JSON as Cursor, via the MCP Servers panel → Configure MCP Servers
(cline_mcp_settings.json).
Continue
~/.continue/config.yaml:
mcpServers:
- name: intelliverse-router
command: npx
args: ["-y", "github:intelli-verse-x/router-mcp"]
env:
ROUTER_API_KEY: iv-r-v1-...
ROUTER_MANAGEMENT_KEY: ivm-...
ROUTER_WORKSPACE_ID: your-workspace-uuidOpenAI Codex CLI
codex mcp add intelliverse-router \
--env ROUTER_API_KEY=iv-r-v1-... \
--env ROUTER_MANAGEMENT_KEY=ivm-... \
--env ROUTER_WORKSPACE_ID=your-workspace-uuid \
-- npx -y github:intelli-verse-x/router-mcpChatGPT
ChatGPT developer-mode apps connect only to remote MCP servers over HTTPS; this server is stdio-only today, so there is no ChatGPT path yet (hosted streamable-HTTP endpoint is on the roadmap). In the OpenAI ecosystem use the Codex CLI above.
Agent Skills
skills/ ships SKILL.md playbooks that drive these tools end-to-end — copy them
into your agent's skills folder (~/.cursor/skills/ for Cursor,
~/.claude/skills/ for Claude Code):
Skill | What it does |
| Platform wiring — the 60-second create_app → key → KB loop |
| Scaffold web/mobile apps wired to an App ID |
| Honest-scope Nakama game-backend stubs |
| Electron/Tauri desktop apps delegating to IVX Agency |
| Real-time voice + lip-sync avatars over LiveKit |
git clone https://github.com/intelli-verse-x/router-mcp
cp -r router-mcp/skills/* ~/.cursor/skills/ # or ~/.claude/skills/The 60-second loop
create_app— describe your app; get an App ID and recommended tier.create_api_key— mint a key bound to that app.kb_ingest— feed it docs or URLs.chat/kb_chat— start building. No model names, ever.send_email— tell your users it's live.
Development
npm install && npm run build && node dist/index.jsserver.json at the repo root is the payload published to the official
MCP Registry as
io.github.intelli-verse-x/router-mcp (MCPB bundle from the GitHub release).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/intelli-verse-x/router-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server