Stats
Actions
Tags
npx claudepluginhub ajayjohn/tars-work-assistant --plugin tarsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tars-vault": {
"command": "python3",
"args": [
"-m",
"tars_vault"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/mcp/tars-vault/src",
"TARS_VAULT_PATH": "${TARS_VAULT_PATH}"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/mcp/tars-vault/srcTARS_VAULT_PATH=${TARS_VAULT_PATH}