toolmesh for Cursor
io.github.dunkelcloud/toolmesh
Self-hosted MCP gateway. Turn any REST API into MCP tools via YAML (DADL). Authz, audit, policies.
client:Cursor
transport:streamable-http
Install toolmesh in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"toolmesh": {
"url": "https://{host}:8123/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs