@zenku/mcp
v0.0.3
Published
Local MCP server for AI agents to delegate coding tasks via hikari-ai-agent
Downloads
231
Readme
@zenku/mcp
Local MCP server for AI agents to delegate coding tasks.
Quick Start
Add to your MCP client configuration (e.g., ~/.claude/settings.json):
{
"mcpServers": {
"hikari": {
"command": "npx",
"args": ["-y", "@zenku/mcp@latest"],
"env": {
"HIKARI_TENANT_ID": "your-tenant-id",
"HIKARI_ACCOUNT_ID": "your-account-id"
}
}
}
}On first use, the server will open your browser for OAuth login (GitHub or Google) and store tokens locally.
Tools
| Tool | Description |
| ----------- | --------------------------------- |
| run_agent | Run Claude Code on a GitHub repo |
| ping | Test connectivity and auth status |
| login | Authenticate via browser OAuth |
| logout | Clear stored tokens |
Configuration
Environment Variables:
HIKARI_TENANT_ID- Your tenant IDHIKARI_ACCOUNT_ID- Your account ID
Or config file (~/.hikari/config.json):
{
"tenantId": "your-tenant-id",
"accountId": "your-account-id"
}License
Proprietary - See LICENSE
