Intelligence
Rank #31,962team.apolloai/intelligence
MCP server providing intelligence capabilities
Intelligence is a Model Context Protocol (MCP) server published by bnmbnmai. It ranks #31,962 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Intelligence is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Feb 8, 2026 and most recently updated on Feb 23, 2026.
Ranks ahead of 83,629 of 115,591 servers on MCP Toplist.
Use Intelligence
claude mcp add intelligence -e "APOLLO_API_URL=<your APOLLO_API_URL>" -- npx -y @apollo_ai/mcp-proxyReplace each placeholder with your own value before saving.
[mcp_servers.intelligence]
command = "npx"
args = ["-y", "@apollo_ai/mcp-proxy"]
[mcp_servers.intelligence.env]
APOLLO_API_URL = "<your APOLLO_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@apollo_ai/mcp-proxy"
],
"env": {
"APOLLO_API_URL": "<your APOLLO_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@apollo_ai/mcp-proxy"
],
"env": {
"APOLLO_API_URL": "<your APOLLO_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apollo_ai/mcp-proxy"
],
"env": {
"APOLLO_API_URL": "<your APOLLO_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@apollo_ai/mcp-proxy"
],
"env": {
"APOLLO_API_URL": "<your APOLLO_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"intelligence": {
"command": "npx",
"args": [
"-y",
"@apollo_ai/mcp-proxy"
],
"env": {
"APOLLO_API_URL": "<your APOLLO_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/team.apolloai%2Fintelligence)<a href="https://mcptoplist.com/server/team.apolloai%2Fintelligence"><img src="https://mcptoplist.com/badge/team.apolloai%2Fintelligence.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
bnmbnmai
Available versions (2)
| Version | Published |
|---|---|
| 4.8.1 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Intelligence?
- Intelligence is maintained by bnmbnmai, which publishes 5 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Intelligence listed on the Official MCP Registry?
- Yes — Intelligence is listed on the Official MCP Registry, alongside Glama.
- How many versions does Intelligence have?
- MCP Toplist tracks 2 versions of Intelligence, most recently published on Feb 23, 2026.
- Where can I find the source code for Intelligence?
- The source code for Intelligence is hosted at github.com/bnmbnmai/mcp-proxy.