Quesen — Deterministic AI decision engine for autonomous-agent risk evaluation. Native MCP server + Agent Settlement Protocol (ASP/1.0). Zero-LLM. Same inputs → same output. Live: web-production-30ab5.up.railway.app/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"quesen": {
"command": "npx",
"args": [
"-y",
"Shxnque/quesen"
]
}
}
}
Run in terminal:
claude mcp add quesen npx -y Shxnque/quesen
Add to .cursor/mcp.json:
{
"mcpServers": {
"quesen": {
"command": "npx",
"args": [
"-y",
"Shxnque/quesen"
]
}
}
}