Description

Pragmatic AI Labs MCP Agent Toolkit - An MCP Server designed to make code with agents more deterministic.

Installation

npx -y paiml-mcp-agent-toolkit
npm install paiml-mcp-agent-toolkit
git clone https://github.com/paiml/paiml-mcp-agent-toolkit

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "paiml-mcp-agent-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "paiml-mcp-agent-toolkit"
      ]
    }
  }
}