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) |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Dumbris/mcpproxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server