Stats
Actions
Tags
From indexandria
Local stdio MCP server running a Python script (server.py) from the 'indexer' directory via uv. Provides 'files' capabilities, likely for file indexing or access.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"indexandria": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}/servers/indexer",
"server.py"
],
"env": {
"UV_CACHE_DIR": "${HOME}/.indexandria/uv-cache"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
UV_CACHE_DIR=${HOME}/.indexandria/uv-cacheDeclared capabilities of this MCP server
npx claudepluginhub alicankiraz1/indexandria --plugin indexandria