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, 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://your-api.yourdomain.com",
        "NEURALCONTROL_API_KEY": "acp_your_key_here"
      }
    }
  }
}

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

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.0.0.tar.gz (8.9 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.0.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: neuralcontrol_mcp-1.0.0.tar.gz
  • Upload date:
  • Size: 8.9 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.0.0.tar.gz
Algorithm Hash digest
SHA256 375f9ffc34685714528c12b7e6d56cc7c2f74ea24f4c9d86bc5fb4cf9ce3c843
MD5 5e0b7dc489cc02dd4df762e6f92f3ef5
BLAKE2b-256 d57aab980443cdb58ffa7c1c848c56001e51aa65fcb4f88ae8407b8de1a23a6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for neuralcontrol_mcp-1.0.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.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for neuralcontrol_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aaf1c1fcfb3485e8b577a5cdb445409484658954c5340041dbe8c7fce8ceaecc
MD5 4520744d6cb85b81a72bec6db9ec7417
BLAKE2b-256 86be98faee82af10f402e59952e6f11ccfe666d5ee6ca1f4f44f8ec4952be38a

See more details on using hashes here.

Provenance

The following attestation bundles were made for neuralcontrol_mcp-1.0.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