The Claude Code Guide MCP server provides AI agents with access to a live, auto-updated CLI guide for Claude's coding capabilities. It exposes natural language interactions for terminal-based coding assistance, integrating with Claude's API to fetch the latest documentation and usage examples. Developers use it to quickly understand and utilize Claude's coding features directly from their terminal.
The Claude Code Guide MCP server provides AI agents with access to a live, auto-updated CLI guide for Claude's coding capabilities. It exposes natural language interactions for terminal-based coding assistance, integrating with Claude's API to fetch the latest documentation and usage examples. Developers use it to quickly understand and utilize Claude's coding features directly from their terminal.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cranot-claude-code-guide-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cranot-claude-code-guide-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude code guide?"
No configuration required. This server works out of the box.
"What resources are available in claude code guide?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude code guide"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude code guide 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.