toolcairn-mcp

neurynae/toolcairn-mcp
★ 1 stars TypeScript 🤖 AI/LLM Updated today
ToolCairn MCP server — agent-first tool intelligence for Claude, Cursor, and any MCP-compatible AI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolcairn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neurynae/toolcairn-mcp"
      ]
    }
  }
}