MCP servers, security gateways, streaming PII guardrails, and resilient LLM routing assessment.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"quilr-ai-solutions-e": {
"command": "npx",
"args": [
"-y",
"sathvikajaina01/quilr-ai-solutions-engineer-assessment"
]
}
}
}
Run in terminal:
claude mcp add quilr-ai-solutions-e npx -y sathvikajaina01/quilr-ai-solutions-engineer-assessment
Add to .cursor/mcp.json:
{
"mcpServers": {
"quilr-ai-solutions-e": {
"command": "npx",
"args": [
"-y",
"sathvikajaina01/quilr-ai-solutions-engineer-assessment"
]
}
}
}