downscoping-mcp
by kbroughton
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | The path to the 'src' directory of the downscoping-mcp repository, required for the python module to be found. | |
| CLAUDE_PLUGIN_ROOT | No | The root path where the downscoping-mcp plugin is installed, often used to resolve other paths. | |
| GCLOUD_TOKEN_EDITOR | No | A Google Cloud auth token with editor-level access. | |
| GCLOUD_TOKEN_VIEWER | No | A Google Cloud auth token with viewer-level access. | |
| GITHUB_TOKEN_READONLY | No | A GitHub fine-grained token with limited permissions (e.g., contents:read, issues:read) used as a read-only slot. | |
| GITHUB_INTEGRATION_SRC | No | Path to the source directory of an upstream MCP server to be proxied by this server. | |
| GITHUB_TOKEN_ORG_WRITE | No | A GitHub fine-grained token with elevated permissions (e.g., issues:write, pull_requests:write) used for write operations. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kbroughton/downscoping-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server