← All servers

ainpc-cli

io.github.jyswee/ainpc-cli v1.5.3
Official Registry git

AI NPCs with persistent memory for game studios. NPC CRUD, dialogue, voice. Stdio or remote SSE.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over sse

Run in your terminal
claude mcp add ainpc-cli --transport sse https://mcp.ainpcengine.com/sse
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "ainpc-cli": {
      "url": "https://mcp.ainpcengine.com/sse"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ainpc-cli": {
      "serverUrl": "https://mcp.ainpcengine.com/sse"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "ainpc-cli": {
      "type": "sse",
      "url": "https://mcp.ainpcengine.com/sse"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "ainpc-cli": {
      "url": "https://mcp.ainpcengine.com/sse"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ainpc-cli": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.ainpcengine.com/sse"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
sse https://mcp.ainpcengine.com/sse
Authorization: ••••••

Packages

npm ainpc-cli@1.5.3

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.jyswee--ainpc-cli/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent