Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From dj-claude
Runs a local MCP server for the DJ Claude project, providing tools and resources for interacting with DJ Claude's capabilities.
npx claudepluginhub p-poss/dj-claude --plugin dj-claudeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dj-claude": {
"command": "npx",
"args": [
"-y",
"--package",
"dj-claude@0.1.18",
"dj-claude-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.