DevelopmentC#
Manifold
Operation-first .NET foundation for generating fast CLI and MCP surfaces from a single definition.
N/A rating (0 reviews)0 installs120 GitHub stars
CLIMCPC#
Manifold is a .NET foundation for defining an operation once and exposing it through both CLI and MCP surfaces. It focuses on operation definition, binding, metadata, and fast dispatch.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"manifold-1": {
"args": [
"-y",
"@modelcontextprotocol/server-manifold-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.