Developer Tools
gitbase.cloud
Provides access to documentation and guides for gitbase and Cloudflare, including migration steps.
ENDPOINT 1
https://gitbase.cloud/mcp
MCP server metadata
- Name
- gitbase
- Version
- 1.0.0
Known tools 2
get-documentation-pageGet a gitbase documentation page by path, including its raw markdown content.
Inferred read-onlylist-documentation-pagesList all available gitbase documentation pages with titles, paths, and descriptions.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gitbase]
url = "https://gitbase.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gitbase": {
"type": "http",
"url": "https://gitbase.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gitbase
Remote MCP URL: https://gitbase.cloud/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gitbase": {
"url": "https://gitbase.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gitbase": {
"type": "http",
"url": "https://gitbase.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gitbase",
"transport": "streamable-http",
"url": "https://gitbase.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://docs.mcp.cloudflare.com/mcp
MCP server metadata
- Name
- docs-ai-search
- Version
- 0.4.13
Known tools 2
migrate_pages_to_workers_guideALWAYS read this guide before migrating Pages projects to Workers.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.docs-ai-search]
url = "https://docs.mcp.cloudflare.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"docs-ai-search": {
"type": "http",
"url": "https://docs.mcp.cloudflare.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: docs-ai-search
Remote MCP URL: https://docs.mcp.cloudflare.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"docs-ai-search": {
"url": "https://docs.mcp.cloudflare.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"docs-ai-search": {
"type": "http",
"url": "https://docs.mcp.cloudflare.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "docs-ai-search",
"transport": "streamable-http",
"url": "https://docs.mcp.cloudflare.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://bindings.mcp.cloudflare.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gitbase-cloud]
url = "https://bindings.mcp.cloudflare.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"gitbase-cloud": {
"type": "http",
"url": "https://bindings.mcp.cloudflare.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: gitbase-cloud
Remote MCP URL: https://bindings.mcp.cloudflare.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gitbase-cloud": {
"url": "https://bindings.mcp.cloudflare.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"gitbase-cloud": {
"type": "http",
"url": "https://bindings.mcp.cloudflare.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "gitbase-cloud bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "gitbase-cloud",
"transport": "streamable-http",
"url": "https://bindings.mcp.cloudflare.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gitbase.cloud was fetched 2026-08-23T11:11:20.490Z.
gitbase.cloud is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.