HomeSearch & Research › forge-mcp

forge-mcp

MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models.

Official TypeScript Cloud
★ 1 stars Last pushed 2026-05-31 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.5)

npx -y @voxell/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@voxell/[email protected]"
      ],
      "env": {
        "FORGE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FORGE_API_KEY required secret — Your Forge API key — create one at https://dash.voxell.ai (free tokens to start, no card).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry