Skip to main content
Glama

MCP Rust Docs Server

by vexxvakan
.mcp.json933 B
{ "mcpServers": { "context7": { "type": "sse", "url": "https://mcp.context7.com/sse" }, "mcp-deepwiki": { "type": "stdio", "command": "npx", "args": [ "-y", "mcp-deepwiki@latest" ], "env": {} }, "mcp-interactive": { "type": "stdio", "command": "npx", "args": [ "-y", "interactive-mcp@1.9.0" ], "env": {} }, "sequential-thinking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ] }, "memory": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-memory" ] }, "mcp-docsrs": { "type": "stdio", "command": "./dist/mcp-docsrs", "args": [ "--cache-ttl=7200000", "--max-cache-size=200", "--db-path=./.cache" ] } } }

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/vexxvakan/mcp-docsrs'

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