← Registry

Developer Tools

forge-kit.ai

Provides full-text search, page listing, and summary/URL retrieval for ForgeKit SDK documentation.

2 endpoints3 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://forge-kit.ai/api/mcp/docs:

Auth required

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.forge-kit-ai]
url = "https://forge-kit.ai/api/mcp/docs:"
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": {
    "forge-kit-ai": {
      "type": "http",
      "url": "https://forge-kit.ai/api/mcp/docs:",
      "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: forge-kit-ai
Remote MCP URL: https://forge-kit.ai/api/mcp/docs:

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": {
    "forge-kit-ai": {
      "url": "https://forge-kit.ai/api/mcp/docs:",
      "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": {
    "forge-kit-ai": {
      "type": "http",
      "url": "https://forge-kit.ai/api/mcp/docs:",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "forge-kit-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "forge-kit-ai",
  "transport": "streamable-http",
  "url": "https://forge-kit.ai/api/mcp/docs:",
  "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.

ENDPOINT 2

https://forge-kit.ai/api/mcp/docs

No auth detected

MCP server metadata

Name
forgekit-docs
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

ForgeKit SDK documentation (public). Use search_docs to find the right page, read_doc to get its summary + URL, and list_docs to browse. These are canonical setup and API docs for integrating the ForgeKit iOS / Android / JavaScript SDK — prefer them over guessing method names.

Known tools 3

search_docs

Full-text search over the ForgeKit SDK documentation.

Inferred read-only
read_doc

Return a documentation page's summary and canonical URL by its path (from search_docs).

Inferred read-only
list_docs

List all documentation pages (title, section, URL), optionally filtered to one section.

Inferred read-only

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.forgekit-docs]
url = "https://forge-kit.ai/api/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "forgekit-docs": {
      "type": "http",
      "url": "https://forge-kit.ai/api/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: forgekit-docs
Remote MCP URL: https://forge-kit.ai/api/mcp/docs

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": {
    "forgekit-docs": {
      "url": "https://forge-kit.ai/api/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "forgekit-docs": {
      "type": "http",
      "url": "https://forge-kit.ai/api/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "forgekit-docs",
  "transport": "streamable-http",
  "url": "https://forge-kit.ai/api/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.