Skip to content
VS Code

Deep Agentic Core MCP for VS Code

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

Unified MCP server for AgenticLens and Agentic Chaos capabilities.

client:VS Code transport:stdio runtime:pypi

Install Deep Agentic Core MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Deep Agentic Core MCP in other clients