Dynamic MCP Server Framework
@scitara-cto
About Dynamic MCP Server Framework
A flexible and extensible framework for building Model Context Protocol (MCP) servers that conforms to the [Model Context Protocol specification](
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Dynamic MCP Server Framework?
Dynamic MCP Server Framework is a flexible, extensible framework for building Model Context Protocol (MCP) servers. It supports API key–based authentication, MongoDB-backed user management and authorization, session-based per-user tool loading, and dynamic tool sharing with fine-grained access control.
How to use Dynamic MCP Server Framework?
Install via npm or clone the repository, then follow the Getting Started guide. Tools are registered as handler packages; the server is configured programmatically. Clients authenticate by passing the user’s apiKey as a query parameter (e.g., /sse?apiKey=...).
Key features of Dynamic MCP Server Framework
- Dynamic tool management: create, delete, and authorize tools at runtime
- User management: add, update, delete, and list users with role-based access
- Tool sharing: share tools with other users and manage access levels
- Modern authentication: simple API key auth with MongoDB for authorization
- Extensibility: add custom HTTP routes and MongoDB collections in downstream projects
- Session-based tool loading: tools are loaded per user session, not globally
Use cases of Dynamic MCP Server Framework
- Building secure, user-aware AI tool servers that require per-user authentication
- Enabling runtime extensibility where tools can be added or modified without restarting
- Implementing multi-tenant environments where each user or session has tailored tool access
- Creating collaborative tool ecosystems where tools can be shared and permissions managed
FAQ from Dynamic MCP Server Framework
What authentication method does the server use?
The server uses API key authentication. Each user is assigned a unique apiKey, which clients provide as a query parameter (e.g., /sse?apiKey=...) to authenticate.
How are tools managed and registered?
Tools are registered via handler packages. Each package groups related tools and provides a handler function for execution. Tools can be created, deleted, and authorized at runtime—not limited to static startup definitions.
Can tools be shared with other users?
Yes. The framework supports tool sharing with fine-grained access control. Users can share tools with others and manage access levels through provided API actions.
Is the server extensible for downstream projects?
Yes. The framework allows adding custom HTTP routes and MongoDB collections, enabling downstream projects to extend the server’s functionality.
What is the tool visibility model?
All tools are visible to users by default. Users can hide tools from their view using the hide-tool and unhide-tool actions.
More Developer Tools MCP servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀

Sentry
modelcontextprotocolModel Context Protocol Servers
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Grafana MCP server
grafanaMCP server for Grafana
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Comments