@donmorton/context-mcp-bridge
v0.1.1
Published
Generic stdio MCP bridge for a hosted service.
Readme
Context MCP Bridge
Generic stdio MCP bridge for a hosted service. The server does not contain API secrets; it connects to a hosted API with credentials provided through environment variables.
Required Environment
SERVICE_API_URL: hosted service URLSERVICE_API_TOKEN: service API token
Claude Config
Use npx/pnpm dlx from the same Node install that Claude can launch. If Node was installed with nvm, GUI apps may need the absolute path to npx.
{
"mcpServers": {
"context": {
"command": "/absolute/path/to/npx",
"args": ["-y", "@donmorton/context-mcp-bridge"],
"env": {
"SERVICE_API_URL": "https://YOUR-HOSTED-SERVICE-URL",
"SERVICE_API_TOKEN": "YOUR-SERVICE-API-TOKEN"
}
}
}
}For a global install, use npm install -g @donmorton/context-mcp-bridge and set command to the absolute path of the installed context-mcp-bridge binary.
