{ "_comment": "Template for .mcp.json. Copy to repo root as .mcp.json to register the KeiSei MCP server. The @keisei84/mcp-server package is published to GitHub Packages (npm.pkg.github.com) — one-time ~/.npmrc setup required: '@keisei84:registry=https://npm.pkg.github.com/' + '//npm.pkg.github.com/:_authToken='. See PLUGIN.md.", "mcpServers": { "keisei": { "command": "npx", "args": ["-y", "@keisei84/mcp-server", "--stdio"] } } }