mcp-server

restforge/mcp-server
★ 0 stars TypeScript AI/LLM Updated today
An MCP server.
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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "restforge/mcp-server"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for the RESTForge Platform. Exposes RESTForge capabilities to AI Agents (Claude Desktop, Cursor, Claude CLI, and other MCP clients) so agents can operate RESTForge through natural language without manually invoking CLI commands. > **Scope Notice:** This MCP server is a thin orchestrator that exposes RESTForge Platform commands to AI agents via the Model Context Protocol. It is not a generic MCP framework, an API testing tool, an API client, or an HTTP request

Tools (20)

codegen_create_dashboardcodegen_create_endpointcodegen_dbschema_applycodegen_dbschema_diffcodegen_dbschema_generate_ddlcodegen_dbschema_initcodegen_dbschema_introspectcodegen_dbschema_migratecodegen_dbschema_modelscodegen_dbschema_templatecodegen_dbschema_validatecodegen_describe_tablecodegen_diff_payloadcodegen_generate_payloadcodegen_get_dashboard_catalogcodegen_get_dbschema_catalogcodegen_get_field_validation_catalogcodegen_get_query_declarative_catalogcodegen_list_tablescodegen_sync_payload