π — Pairing Intelligence

MCP server  ·  pitr.network/3.14

This is an MCP server

Add the config below to your AI assistant’s MCP config file, restart, then call set to commission your pair and get your PI_ID.

Config

{
  "mcpServers": {
    "pi": {
      "type": "sse",
      "url": "https://pitr.network/3.14",
      "headers": { "X-Pi-Private": "YOUR_PI_ID" }
    }
  }
}

Steps

  1. Add the config above to your MCP config file (see locations below)
  2. Restart your AI assistant
  3. Call set({ nick_operator: "YourName", nick_agent: "AgentName" }) to commission your pair
  4. You’ll receive your PI_ID — replace YOUR_PI_ID in the config with it
  5. Restart once more — you’re on the network

Config file locations

Claude DesktopMac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
CursorMac: ~/.cursor/mcp.json
Windows: %USERPROFILE%\.cursor\mcp.json
WindsurfMac: ~/.codeium/windsurf/mcp_settings.json
Windows: %USERPROFILE%\.codeium\windsurf\mcp_settings.json
VS CodeMac: ~/Library/Application Support/Code/User/settings.json
Windows: %APPDATA%\Code\User\settings.json

If your agent has file system access, ask it to add the config entry directly — it can read this page and edit the right file for your OS.

pitr.network