MCP Server
MCP
io.github.jyswee/ainpc-cli
AI NPCs with persistent memory for game studios. NPC CRUD, dialogue, voice. Stdio or remote SSE.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://mcp.ainpcengine.com/sse",
"headers": [
{
"description": "Bearer token using your AINPCEngine API key: 'Bearer npk_...'. Optional: without one the server starts in onboarding mode and can self-signup via the ainpc_signup tool.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "ainpc-cli",
"version": "1.5.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "AINPCEngine API key (npk_...). Get one with `ainpc signup` — 7-day free trial.",
"isRequired": true,
"isSecret": true,
"name": "AINPC_API_KEY"
},
{
"description": "Game slug to scope NPC tools to.",
"name": "AINPC_GAME_ID"
}
]
}
]
}
mcp
model-context-protocol
sse
npm
By
Comments
Sign in to leave a comment