Loading MCP server directory, please wait...
MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models.
npx @getmcp/cli add ai.voxell/forgeRequires Node.js 18+. Community-contributed server. Review source before installing.
FORGE_API_KEYYour Forge API key — create one at https://dash.voxell.ai (free tokens to start, no card).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.voxell/forge": {
"command": "npx",
"args": [
"-y",
"@voxell/forge-mcp"
],
"env": {
"FORGE_API_KEY": ""
}
}
}
}