We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lutherscottgarcia/mcp-conductor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/Luther/RiderProjects", "/Users/Luther/Library/Application Support/Claude"]
},
"conversation-continuity": {
"command": "node",
"args": ["/Users/Luther/RiderProjects/claude/mcp-servers/conversation-continuity/dist/index.js"],
"env": {
"MCP_TEST_MODE": "false",
"MCP_CONDUCTOR_PROJECT_DIR": "/Users/Luther/RiderProjects",
"MCP_CONDUCTOR_WORKSPACE": "/Users/Luther/RiderProjects/claude",
"NODE_ENV": "production",
"ENABLE_INTERNAL_MEMORY_MCP": "true",
"MEMORY_MCP_PATH": "/Users/Luther/RiderProjects/claude/mcp-servers/memory-mcp/index.js",
"MEMORY_MCP_COMMAND": "node"
}
}
}
}