|
Is there any possibility to use these converted MCPs by git-mcp in Claude Code? I couldn't find the related part for Claude Code within the doc |
Replies: 4 comments
|
Should it be something like this? |
|
Hi there! Yes, you can use MCPs converted by git-mcp in Claude Code—this is exactly what MCP is intended for: allowing Claude Code to connect to external tool servers. However, Claude Code expects MCP servers to be registered via configuration files, not invoked via claude mcp add. For example, you add a block like this to your project’s .mcp.json or your global config: Once configured, Claude Code starts the MCP server and automatically discovers available tools like explain_code, test_code, simulate_command, etc. |
|
or like this: |
|
It does seem possible, but the documentation gap is real. The question is less can Claude Code use a git-mcp converted endpoint, and more what the supported registration path is for Claude Code specifically and which transport wrapper is expected. |
or like this: