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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers