AdamTovatt/easy-reasy-claude-agent-sdk
A .NET SDK for interacting with Claude Code CLI. Provides simple QueryAsync() API, bidirectional client, hooks, tool permissions, and in-process MCP server support.
Platform-specific configuration:
{
"mcpServers": {
"easy-reasy-claude-agent-sdk": {
"command": "npx",
"args": [
"-y",
"easy-reasy-claude-agent-sdk"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...