Odel
forge mcp

forge mcp

Local
@voxellinc1TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@voxell/forge-mcpv0.1.5

Run

npx -y @voxell/forge-mcp

MCP client config

{
  "mcpServers": {
    "forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@voxell/forge-mcp"
      ]
    }
  }
}