Manages MCP configurations for Claude Code. Provides tools to create, update, and delete contexts. Connects to Anthropic's Claude API. Useful for developers building AI agents that need persistent context with Claude models.
Manages MCP configurations for Claude Code. Provides tools to create, update, and delete contexts. Connects to Anthropic's Claude API. Useful for developers building AI agents that need persistent context with Claude models.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"qdhenry-claude-code-mcp-manager-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qdhenry-claude-code-mcp-manager-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Claude Code MCP Manager?"
API Key Required
This server requires an API key from Claude Code MCP Manager. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLAUDE_CODE_MCP_MANAGER_API_KEY | Yes | Your Claude Code MCP Manager API key |
"What resources are available in Claude Code MCP Manager?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Claude Code MCP Manager"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Claude Code MCP Manager with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.