Nwire MCP (Model Context Protocol) server — exposes the kernel's CommandRouter as MCP tools over stdio. AI clients (Claude, Cursor, …) drive nwire commands the same way the CLI and Studio do.
{
"mcpServers": {
"nwiremcp": {
"command": "npx",
"args": [
"-y",
"@nwire/mcp"
]
}
}
}