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.
npx claudepluginhub alicankiraz1/indexandria --plugin indexandriaAdd 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"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvUV_CACHE_DIR=${HOME}/.indexandria/uv-cache