We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doobidoo/mcp-memory-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"memory-service": {
"type": "stdio",
"command": "python",
"args": ["scripts/run_memory_server.py"],
"env": {
"MCP_MEMORY_CHROMA_PATH": "{{USER_HOME}}/.mcp_memory_chroma",
"LOG_LEVEL": "INFO",
"MCP_TIMEOUT": "30000"
}
}
}
}