Control Plane
Rank #35,391ai.thinkneo/control-plane
MCP server providing control-plane capabilities
Control Plane is a Model Context Protocol (MCP) server published by thinkneo-ai. It ranks #35,391 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Control Plane is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 80,069 of 115,460 servers on MCP Toplist.
Use Control Plane
claude mcp add --transport http control-plane https://mcp.thinkneo.ai/mcp[mcp_servers.control-plane]
url = "https://mcp.thinkneo.ai/mcp"Add to ~/.codex/config.toml.
https://mcp.thinkneo.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"control-plane": {
"url": "https://mcp.thinkneo.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"control-plane": {
"type": "http",
"url": "https://mcp.thinkneo.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"control-plane": {
"serverUrl": "https://mcp.thinkneo.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"control-plane": {
"url": "https://mcp.thinkneo.ai/mcp"
}
}
}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/ai.thinkneo%2Fcontrol-plane)<a href="https://mcptoplist.com/server/ai.thinkneo%2Fcontrol-plane"><img src="https://mcptoplist.com/badge/ai.thinkneo%2Fcontrol-plane.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
thinkneo-ai
Other servers by thinkneo-ai
View all thinkneo-ai servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.2 | Mar 23, 2026 |
| 1.0.1 | Mar 23, 2026 |
| 1.0.0 | Mar 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Control Plane?
- Control Plane is maintained by thinkneo-ai, which publishes 6 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Control Plane listed on the Official MCP Registry?
- Yes — Control Plane is listed on the Official MCP Registry, alongside Glama.
- How many versions does Control Plane have?
- MCP Toplist tracks 4 versions of Control Plane, most recently published on Mar 23, 2026.
- Where can I find the source code for Control Plane?
- The source code for Control Plane is hosted at github.com/thinkneo-ai/mcp-server.