Garume/Manifold
Operation-first .NET foundation for generating fast CLI and MCP surfaces from a single definition.
This tool helps .NET developers quickly build command-line interfaces (CLIs) and machine-to-cloud (MCP) communication surfaces. You define an operation once, specifying its inputs and outputs, and the tool automatically generates the necessary code to expose it through both CLI commands and MCP tools. Developers building internal tools or microservices will find this useful for maintaining consistent business logic across different interaction points.
119 stars.
Use this if you are a .NET developer creating applications that need to expose the same core logic through both a command-line interface and a machine-to-cloud endpoint.
Not ideal if you are not a .NET developer or if your project doesn't require both CLI and MCP surfaces from a single operation definition.
Stars
119
Forks
1
Language
C#
License
MIT
Category
Last pushed
Mar 29, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/Garume/Manifold"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
modelcontextprotocol/typescript-sdk
The official TypeScript SDK for Model Context Protocol servers and clients
modelcontextprotocol/python-sdk
The official Python SDK for Model Context Protocol servers and clients
vmoranv/jshookmcp
js hook toolkit that all you need
alpic-ai/skybridge
Skybridge is a framework for building ChatGPT & MCP Apps
modelcontextprotocol/csharp-sdk
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration...