Skip to main content
Glama
mcp.json837 B
{ "$schema": "https://modelcontextprotocol.io/schemas/mcp.json", "mcpServers": { "code-index": { "command": "uv", "args": [ "run", "code-index-mcp" ], "transport": { "type": "stdio" }, "metadata": { "name": "Code Index MCP", "description": "Local code-aware MCP server with project indexing, search, and file tools.", "homepage": "https://github.com/johnhuang316/code-index-mcp", "capabilities": [ "code-search", "symbol-indexing", "file-system" ] } } }, "llmfeed_extension": { "path": ".well-known/mcp.llmfeed.json" } }

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/johnhuang316/code-index-mcp'

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