We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/magarcia/mcp-server-linearapp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"linear": {
"command": "./.cursor/mcp-run",
"args": ["./dist/index.js"]
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"env": {
"MEMORY_FILE_PATH": "./.cursor/memory.json"
}
},
"tavily": {
"command": "npx",
"args": ["-y", "@mcptools/mcp-tavily"]
}
}
}