Connect AI coding agents (Claude, Cursor, ChatGPT, and custom LLM tools) directly to your local PocketMC daemon via loopback REST API endpoints.
PocketMC operates a local Kestrel web server on port 25580. AI tools and MCP wrappers issue HTTP requests to local endpoints:
{
"mcpServers": {
"pocketmc": {
"command": "node",
"args": ["mcp-bridge.js"],
"env": {
"POCKETMC_API_URL": "http://localhost:25580"
}
}
}
}
AI agents consume standard OpenAPI and metadata manifests to infer available server tools: