SACHIN-BS07/Claude-code-docs
Claude Code can connect to hundreds of external tools and data sources through the Model Context Protocol (MCP), an open source standard for AI-tool integrations. MCP servers give Claude Code access to your tools, databases, and APIs.
Platform-specific configuration:
{
"mcpServers": {
"Claude-code-docs": {
"command": "npx",
"args": [
"-y",
"Claude-code-docs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...