base-mcp

nocoo/base-mcp
★ 1 stars TypeScript Security Updated 3d ago
🔌 MCP Server development framework with OAuth 2.1 and Streamable HTTP
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": {
    "base-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nocoo/base-mcp"
      ]
    }
  }
}

README Excerpt

MCP Server development framework with OAuth 2.1, Entity-Driven CRUD, and Streamable HTTP transport support. - **Entity-Driven CRUD Framework**: Declarative entity definitions → automatic MCP tool generation - **OAuth 2.1 Support**: PKCE, Dynamic Client Registration, token management - **DNS Rebinding Protection**: Origin validation for HTTP transport

Tools (4)

authorization_endpointproductregistration_endpointtoken_endpoint