Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From cm
Runs locally as a Node.js subprocess to provide context from the project directory specified by CM_PROJECT_PATH environment variable. No secrets required.
npx claudepluginhub tody-agent/codymaster --plugin cmCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cm-context": {
"command": "node",
"args": [
"./dist/mcp-context-server.js"
],
"env": {
"CM_PROJECT_PATH": "${workspaceFolder}"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CM_PROJECT_PATH=${workspaceFolder}Share bugs, ideas, or general feedback.