Connect, disconnect, and list MCP server connections.
GET /mcp/servers
{ "servers": [ { "name": "github", "status": "connected", "tools": ["create_pr", "list_issues", "get_file_contents"] } ] }
POST /mcp/connect { "name": "github", "command": "github-mcp-server", "args": [], "env": { "GITHUB_TOKEN": "ghp_..." } }
{ "status": "connected", "tools": ["create_pr", "list_issues", "get_file_contents", "search_repos"] }
~/.niom/config.json
DELETE /mcp/:name