Skip to content
Cursor

Deep Agentic Core MCP for Cursor

io.github.deepagentlabs/deep-agentic-core-mcp

Unified MCP server for AgenticLens and Agentic Chaos capabilities.

client:Cursor transport:stdio runtime:pypi

Install Deep Agentic Core MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "deep-agentic-core-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "deep-agentic-core-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Deep Agentic Core MCP in other clients