Skip to main content
Glama
mcp.json1.11 kB
{ "mcpServers": { "code-intelligence": { "command": "cmd", "args": [ "/c", "python", "C:\\AIStack-MCP\\mcp_intelligence_server.py", "--workspace", "C:\\AIStack-MCP" ] }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "C:\\AIStack-MCP" ] }, "github": { "command": "powershell", "args": [ "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-File", "C:\\AIStack-MCP\\scripts\\run_github_mcp.ps1" ] }, "jupyter": { "command": "python", "args": [ "-m", "cursor_notebook_mcp.server", "--transport", "stdio", "--allow-root", "C:\\AIStack-MCP" ] }, "qdrant": { "command": "npx", "args": [ "-y", "@rocklerson/openai-mcp-qdrant" ], "env": { "QDRANT_URL": "http://localhost:6333", "OPENAI_API_KEY": "${OPENAI_API_KEY}" } } } }

Latest Blog Posts

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/mjdevaccount/AIStack-MCP'

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