Model Context Protocol (MCP)¶
ToolFront runs as an MCP server to integrate with AI applications like Claude Desktop, Cursor, and GitHub Copilot.
Configuration¶
First, create your MCP config file by passing your data source URL in the args
array:
- Replace with the necessary database extra
- Replace with your actual connection URL
- OpenAPI specification URL
Then, copy-paste your config into your preferred MCP-enabled application.
- Open Cursor settings
- Navigate to MCP configuration section
- Add the appropriate configuration from the tabs above to your MCP settings file
- Open your home directory
- Navigate to
claude_desktop_config.json
- Add the appropriate configuration from the tabs above to the file
- Open GitHub Copilot settings
- Navigate to MCP configuration section
- Add the appropriate configuration from the tabs above to your MCP settings
Command Line¶
Run ToolFront MCP server directly:
Tip
Use uvx toolfront --help
to see all available command options.