Avalonia desktop app for tracking and inspecting request/session logs with AI assistant
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpservermanager": {
"command": "npx",
"args": [
"-y",
"sharpninja/McpServerManager"
]
}
}
}
Run in terminal:
claude mcp add mcpservermanager npx -y sharpninja/McpServerManager
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpservermanager": {
"command": "npx",
"args": [
"-y",
"sharpninja/McpServerManager"
]
}
}
}