Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub harieshvarshan/vrshn-claude-marketplace --plugin talk2docsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ldoc-search": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp_server.py"
],
"env": {
"OLLAMA_MODEL": "nomic-embed-text",
"CHROMA_DB_PATH": "${CLAUDE_PLUGIN_ROOT}/chroma_db"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
OLLAMA_MODEL=nomic-embed-textCHROMA_DB_PATH=${CLAUDE_PLUGIN_ROOT}/chroma_dbShare bugs, ideas, or general feedback.