MCP Configrust
llmlb MCP Config
MCP configuration with 2 servers: markitdown, llmlb
.mcp.json
{
"mcpServers": {
"markitdown": {
"type": "stdio",
"command": "uvx",
"args": [
"markitdown-mcp"
]
},
"llmlb": {
"type": "stdio",
"command": "node",
"args": [
"./mcp-server/dist/index.js"
],
"env": {
"LLMLB_URL": "http://localhost:32768",
"LLMLB_OPENAPI_PATH": "./docs/openapi.yaml"
}
}
}
}