★ 4 stars
C#
💻 Code/Dev Tools
Updated 1mo ago
Interactive real-time debugging and testing for .NET APIs, SignalR hubs, and gRPC services in .NET, plus an MCP server for AI-hosted invocation workflows, delivered as a suite of NuGet packages.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kaya": {
"command": "npx",
"args": [
"-y",
"RazvanGolan/Kaya"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kaya npx -y RazvanGolan/Kaya
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kaya": {
"command": "npx",
"args": [
"-y",
"RazvanGolan/Kaya"
]
}
}
}
📋 Copy
Topics
agent agent-debugger debugging explorer grpc mcp mcp-server nuget reflection rest-api signalr testing