Skip to main content
Glama
mcp.json.example.uv•776 B
{ "mcpServers": { "code-intelligence": { "_comment": "SOLUTION 3: uv Package Manager (Modern Approach)", "_description": "FastMCP officially recommends this approach for better dependency management", "_note": "Requires uv to be installed: https://github.com/astral-sh/uv", "command": "uv", "args": [ "run", "--with", "fastmcp", "--with", "langchain-ollama", "--with", "qdrant-client", "--with", "loguru", "--with", "requests", "python", "C:\\AIStack-MCP\\mcp_intelligence_server.py", "--workspace", "${workspaceFolder}" ], "env": { "OLLAMA_URL": "http://localhost:11434", "QDRANT_URL": "http://localhost:6333" } } } }

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