Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"academic-vault": {
"command": "${HOME}/.academic-research/venv/bin/python",
"args": [
"-m",
"academic_vault.server"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Server configuration and connection parameters
${HOME}/.academic-research/venv/bin/pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub ahlerjam/academic-research