ThinkNEO Control Plane MCP Server

An open-source MCP server providing 72 tools for AI governance, observability, and security. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-06 · ★ 3 · #785 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install ThinkNEO Control Plane

Claude Code

claude mcp add thinkneo-ai-mcp-server --transport http https://mcp.thinkneo.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "thinkneo-ai-mcp-server": {
      "url": "https://mcp.thinkneo.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.thinkneo.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.thinkneo.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace ai.thinkneo - domain-verified with the official MCP registry

03 · What ThinkNEO Control Plane can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.14.0 · 2026-07-02

Highlights · Provider Compatibility CI fully green - daily matrix across Anthropic (Sonnet/Haiku/Opus), OpenAI (GPT-4o/4o-mini/4.1), Google (6 Gemini catalog models incl. embeddings) and NVIDIA NIM; rotated CI…

v3.12.0 · 2026-04-25

MCP Roadmap: 10/10 Features COMPLETE · Feature 10: Chaos Engineering · 5 failure scenarios with real fault injection (toxiproxy + WireMock): · | Scenario | Tests | Fault | Result |…

v3.11.0 · 2026-04-25

3 new tools (62 total). Export audit events in CEF, LEEF, syslog (RFC 5424), JSON, CSV. Push to Splunk HEC, Elasticsearch, or any webhook. Optional HMAC SHA-256 signing. 27 new tests, 379 total.

04 · Who maintains ThinkNEO Control Plane

ThinkNEO Control Plane is maintained by thinkneo-ai. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #785 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-02)
registry
ai.thinkneo/control-plane (active, first published 2026-03-21 · 4 versions)

06 · ThinkNEO Control Plane FAQ

What is ThinkNEO Control Plane?

An open-source MCP server providing 72 tools for AI governance, observability, and security. It is available as a remote MCP endpoint.

Is ThinkNEO Control Plane still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-06 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install ThinkNEO Control Plane?

Run `claude mcp add thinkneo-ai-mcp-server --transport http https://mcp.thinkneo.ai/mcp`. You can also paste the ready-made client config above.

Does ThinkNEO Control Plane require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to ThinkNEO Control Plane