Skip to main content
Glama

MCP Context Provider

.mcp.json776 B
{ "mcpServers": { "memory": { "command": "/Users/hkr/.local/bin/uv", "args": [ "--directory", "/Users/hkr/Documents/GitHub/mcp-memory-service", "run", "memory" ], "env": { "MCP_MEMORY_BACKUPS_PATH": "/Users/hkr/Library/Application Support/mcp-memory/backups", "MCP_MEMORY_STORAGE_BACKEND": "sqlite_vec", "MCP_MEMORY_SQLITE_PATH": "/Users/hkr/Library/Application Support/mcp-memory/sqlite_vec.db" } }, "context-provider": { "command": "python", "args": ["context_provider_server.py"], "cwd": "/Users/hkr/Documents/GitHub/MCP-Context-Provider", "env": { "CONTEXT_CONFIG_DIR": "./contexts", "AUTO_LOAD_CONTEXTS": "true" } } } }

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/doobidoo/MCP-Context-Provider'

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