Agents Configuration
Map AI clients to MCPs and monitor per-agent usage.
How It Works
Registered Agents
Cursor (cursor)
Claude (claude)
Custom: my-bot
MCP Mapping
Cursor → GitHub ✓ Slack ✓
Claude → GitHub ✓ S3 ✗
my-bot → Slack ✓
Usage Stats
Cursor: 1,247 calls
Claude: 892 calls
my-bot: 156 calls
QuilrAI
- Register Agents - Use predefined agents or create custom ones
- Map to MCPs - Enable or disable MCPs per agent
- Monitor Usage - Track per-agent tool call statistics
Predefined Agents
Built-in agents are identified by their User-Agent header keywords:
Custom Agents
Create custom agents for any AI client not in the predefined list. Each custom agent requires:
- User-Agent Keyword - The keyword to match in the User-Agent header (e.g.,
my-custom-agent) - Display Name - A human-readable name for the dashboard (e.g.,
My Custom Agent)
Per-Agent Dashboard
Each agent card shows:
- Total tool calls - Cumulative tool invocations for the agent
- MCP access - Which MCPs are enabled vs. disabled
- Toggle controls - Enable or disable individual MCP access per agent directly from this view
Example
Agents Configuration vs. Access Control
Both views control the same underlying permissions - use whichever is more convenient for your workflow.