MCP Directory
Back

dynamic-mcp-server

by scitara-cto · TypeScript · ★ 11

A flexible and extensible framework for building Model Context Protocol (MCP) servers that conforms to the [Model Context Protocol specification](https://modelcontextprotocol.io/). This framework enables both static and dynamic tool registration, allowing tools to be defined at runtime as well as compile time.

Install

npx -y github:scitara-cto/dynamic-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "dynamic-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:scitara-cto/dynamic-mcp-server"
      ]
    }
  }
}

From the README

A flexible, extensible framework for building Model Context Protocol (MCP) servers with modern API key authentication, user management, and dynamic tool sharing. - **Dynamic Tool Management**: Create, delete, and authorize tools at runtime—tools are not limited to static definitions at startup or in code. This enables true runtime extensibility and is a primary differentiator from most other MCP servers. - **User Management**: Add, update, delete, and list users; admin bootstrapping; role-based access. - **Tool Sharing**: Share tools with other users, manage access levels, and receive real-ti…
Read full README on GitHub →

Related other servers