@onivoro/server-mcpMCP Server27/100 via “http-based mcp tool service with request routing”
A NestJS library for building transport-agnostic MCP tool services. Define tools once with decorators, consume them over HTTP, stdio, or directly via the registry. The documentation and examples generally focus one enterprise monorepos but can be easily a
Unique: Leverages NestJS's controller and middleware system to provide HTTP MCP transport with full framework integration (guards, pipes, exception filters), rather than a standalone HTTP server — enables reuse of existing NestJS security and validation patterns
vs others: Integrates seamlessly with NestJS security features compared to standalone MCP HTTP servers, and allows tool services to coexist with other NestJS routes in the same application