Smart MCP Proxy
by Dumbris
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCPPROXY_HOST | No | Server host | 127.0.0.1 |
| MCPPROXY_PORT | No | Server port | 8000 |
| MCPPROXY_TOP_K | No | Number of tools to register | 5 |
| MCPPROXY_DATA_DIR | No | Directory for database and index files | ~/.mcpproxy |
| MCPPROXY_EMBEDDER | No | Embedding backend: BM25, HF, or OPENAI | BM25 |
| MCPPROXY_HF_MODEL | No | HuggingFace model name | sentence-transformers/all-MiniLM-L6-v2 |
| MCPPROXY_LOG_FILE | No | Optional log file path | |
| MCPPROXY_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| MCPPROXY_TRANSPORT | No | Transport to use | stdio |
| MCPPROXY_RESET_DATA | No | Reset all data (useful when dimensions change) | false |
| MCPPROXY_CONFIG_PATH | No | Config file location | mcp_config.json |
| MCPPROXY_TOOLS_LIMIT | No | Maximum number of tools in active pool | 15 |
| MCPPROXY_ROUTING_TYPE | No | Tool routing strategy: DYNAMIC or CALL_TOOL | CALL_TOOL |
| MCPPROXY_TOOL_NAME_LIMIT | No | Maximum tool name length | 60 |
| MCPPROXY_LIST_CHANGED_EXEC | No | External command to execute after tool changes | |
| MCPPROXY_TRUNCATE_OUTPUT_LEN | No | Truncate tool output to prevent context bloating (disabled by default) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues