Skip to main content
Glama
Dumbris

Smart MCP Proxy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCPPROXY_HOSTNoServer host127.0.0.1
MCPPROXY_PORTNoServer port8000
MCPPROXY_TOP_KNoNumber of tools to register5
MCPPROXY_DATA_DIRNoDirectory for database and index files~/.mcpproxy
MCPPROXY_EMBEDDERNoEmbedding backend: BM25, HF, or OPENAIBM25
MCPPROXY_HF_MODELNoHuggingFace model namesentence-transformers/all-MiniLM-L6-v2
MCPPROXY_LOG_FILENoOptional log file path
MCPPROXY_LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
MCPPROXY_TRANSPORTNoTransport to usestdio
MCPPROXY_RESET_DATANoReset all data (useful when dimensions change)false
MCPPROXY_CONFIG_PATHNoConfig file locationmcp_config.json
MCPPROXY_TOOLS_LIMITNoMaximum number of tools in active pool15
MCPPROXY_ROUTING_TYPENoTool routing strategy: DYNAMIC or CALL_TOOLCALL_TOOL
MCPPROXY_TOOL_NAME_LIMITNoMaximum tool name length60
MCPPROXY_LIST_CHANGED_EXECNoExternal command to execute after tool changes
MCPPROXY_TRUNCATE_OUTPUT_LENNoTruncate 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Dumbris/mcpproxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server