Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"open-tooling-crm": {
"command": "/bin/bash",
"args": [
"-c",
"CRM_DIR=\"${OPEN_TOOLING_CRM:-$HOME/open-tooling/crm}\"; cd \"$CRM_DIR\" && exec npx tsx ./src/mcp.ts"
],
"env": {
"CRM_DB_PATH": "./data/crm.db"
}
}
}
}Server configuration and connection parameters
/bin/bashCommand-line arguments passed to the server process
Environment variables set when the server starts
CRM_DB_PATH=./data/crm.dbDeclared capabilities of this MCP server
npx claudepluginhub attri-inc/open-tooling-plugins --plugin crm