Skip to content
Claude Desktop

Agentic Platform for Claude Desktop

io.github.andysalvo/agentic-platform

Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.

client:Claude Desktop transport:streamable-http

Install Agentic Platform in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentic-platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://platform.crestsystems.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Agentic Platform in other clients