Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"scholar": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/launch.mjs"
],
"env": {
"SCHOLAR_OLLAMA_URL": "http://127.0.0.1:11434",
"SCHOLAR_OLLAMA_CHAT_MODEL": "qwen3:8b",
"SCHOLAR_OLLAMA_EMBED_MODEL": "nomic-embed-text:v1.5"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
SCHOLAR_OLLAMA_URL=http://127.0.0.1:11434SCHOLAR_OLLAMA_CHAT_MODEL=qwen3:8bSCHOLAR_OLLAMA_EMBED_MODEL=nomic-embed-text:v1.5npx claudepluginhub zaynram/cowork-marketplace --plugin scholar