Stats
Actions
Tags
From code-context
Local MCP server that provides code context from the current workspace, helping Claude understand project structure and code relationships.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"code-context": {
"command": "npx",
"args": [
"-y",
"@infino-ai/code-context",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub infino-ai/code-context --plugin code-context