@where-org/where-bridge-app-mcp
v1.0.2
Published
where-bridge-app-module. Provides MCP access to where-server
Maintainers
Readme
where-bridge-app-mcp
where-bridge-app-module. Provides MCP (Model Context Protocol) access to where-server.
Installation
npm install @where-org/where-bridge-app-mcpConfiguration
Add the following to config/bridge-app.yaml:
[...]- placeholder, replace with your value${VAR:-default}- environment variable with default value
STDIO
[APP_NAME]:
app:
module: '@where-org/where-bridge-app-mcp/stdio'
meta:
credential: [CREDENTIAL_NAME]
[CREDENTIAL_NAME]:
url: ${MCP_WHERE_SERVER_URL}
readOnly: ${MCP_READONLY:-true}Streamable HTTP
[APP_NAME]:
app:
module: '@where-org/where-bridge-app-mcp/http'
meta:
credential: [CREDENTIAL_NAME]
[CREDENTIAL_NAME]:
url: ${MCP_WHERE_SERVER_URL}
readOnly: ${MCP_READONLY:-true}Credential
| Key | Description | Default |
|-----|-------------|---------|
| url | where-server URL | (required) |
| readOnly | Restrict to read-only operations | true |
License
MIT
