Skip to main content

MCP Server for the AI Control Plane — gives AI editors live access to endpoint configs, metrics, and SDK docs

Project description

neuralcontrol-mcp

MCP Server for the AI Control Plane — gives AI editors (Cursor, Claude, Windsurf) live access to your endpoint configs, real-time metrics, Request Coalescing examples, and SDK documentation.

Installation

pip install neuralcontrol-mcp

Configuration

Add this to your AI editor's MCP config (e.g. ~/.cursor/mcp.json or claude_desktop_config.json):

{
  "mcpServers": {
    "neuralcontrol": {
      "command": "neuralcontrol-mcp",
      "env": {
        "CONTROL_PLANE_URL": "https://api.neuralcontrol.online",
        "NEURALCONTROL_API_KEY": "acp_your_key_here"
      }
    }
  }
}

[!NOTE] Use https://api.neuralcontrol.online (Live) or http://localhost:8000 (Local).

Or copy .env.example to .env and fill in your values, then run directly:

neuralcontrol-mcp
# or
python -m server

What you get

Once connected, your AI editor can:

Tool What it does
get_endpoint_config Live AI flags (caching, circuit breaker, rate limits) for any endpoint
get_recent_metrics Real-time p50/p95/p99 latency + error rates
get_adaptive_timeout_status Which endpoints are currently timing out
get_ai_thresholds Raw AI-calculated threshold values
get_all_ai_insights Why the AI enabled/disabled each feature
get_open_incidents Active latency spikes or error surges
get_active_overrides Manual overrides currently in effect
create_threshold_override Immediately override a threshold (e.g. during an incident)
get_sdk_setup_instructions Get integration code for your service
get_feature_documentation Full docs for any protection feature
get_feature_flags Fetch all feature flags for a service
set_feature_flag Create/update a feature flag's rollout
get_trace Fetch full distributed trace waterfall

Environment Variables

Variable Description Default
CONTROL_PLANE_URL URL of your running control-plane backend http://localhost:8000
NEURALCONTROL_API_KEY Your NeuralControl API key (required)

Hosted / Docker

To run as a persistent HTTP/SSE server (for team-wide access):

docker build -t neuralcontrol-mcp .
docker run -p 8080:8080 \
  -e CONTROL_PLANE_URL=https://your-api.yourdomain.com \
  -e NEURALCONTROL_API_KEY=acp_xxx \
  neuralcontrol-mcp

Then connect via URL:

{ "mcpServers": { "neuralcontrol": { "url": "http://localhost:8080/sse" } } }

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neuralcontrol_mcp-1.3.0.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neuralcontrol_mcp-1.3.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file neuralcontrol_mcp-1.3.0.tar.gz.

File metadata

  • Download URL: neuralcontrol_mcp-1.3.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neuralcontrol_mcp-1.3.0.tar.gz
Algorithm Hash digest
SHA256 1e72aad002981022bda31ab65a16e2d93e043dbf197d066ab00bed1a66ebb9de
MD5 c6a03c6fd7299b83588071d8250a8979
BLAKE2b-256 366614b63f6a611e78b16ac767f638853523dbf18ff44c005fdd7a76ab13f085

See more details on using hashes here.

Provenance

The following attestation bundles were made for neuralcontrol_mcp-1.3.0.tar.gz:

Publisher: publish-mcp.yml on Ayush-soni-12/AI_CONTROL_PLANE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file neuralcontrol_mcp-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for neuralcontrol_mcp-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba17f88c42be1001c4b694e461ead59b03c5bf8a477dce71149e363c7b486d57
MD5 7402b0ebc4351a3443c24d2d7759b228
BLAKE2b-256 aaa82c9e03267a9edbcf8a2d9120a819a50bf5d6280c4d6e22c56607bc472f43

See more details on using hashes here.

Provenance

The following attestation bundles were made for neuralcontrol_mcp-1.3.0-py3-none-any.whl:

Publisher: publish-mcp.yml on Ayush-soni-12/AI_CONTROL_PLANE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page