Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"infino": {
"command": "npx",
"args": [
"-y",
"@infino-ai/mcp-server"
],
"env": {
"INFINO_MCP_URI": "${user_config.infino_uri}",
"INFINO_MCP_ENABLE_WRITES": "${user_config.enable_writes}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
INFINO_MCP_URI=${user_config.infino_uri}INFINO_MCP_ENABLE_WRITES=${user_config.enable_writes}npx claudepluginhub infino-ai/infino-mcp --plugin infino