Fentaris is a centralized MCP proxy that unifies multiple MCP servers behind a single controlled endpoint, with stable routing, policies, identity, middleware, and rate limiting.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"fentaris": {
"command": "npx",
"args": [
"-y",
"Fentaris/fentaris"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add fentaris npx -y Fentaris/fentaris
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"fentaris": {
"command": "npx",
"args": [
"-y",
"Fentaris/fentaris"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <a href="https://github.com/fentaris-io/fentaris"> <picture> <img alt="Fentaris logo" src="./static/logo_white.svg" width="90%"> </picture> </a> </div> <p align="center"> <a href="https://fentaris.mintlify.app" alt="Documentation"> <img src="https://img.shields.io/badge/fentaris-docs-blue?labelColor=white" /></a>