MCP Server

The Protocol

Technical documentation for integrating Quoth into your AI agent workflow.

MCP Tools

AI Personas

Code Generation

Quoth Architect

Used during code generation to ensure new code follows documented patterns.

  • Searches knowledge base before generating code
  • Cites specific documents in suggestions
  • Refuses to generate code that violates patterns
  • Proposes documentation updates for new patterns
Code Review

Quoth Auditor

Used during PR reviews to detect violations and suggest fixes.

  • Distinguishes 'New Features' from 'Bad Code'
  • Flags violations with specific document citations
  • Suggests compliant alternatives
  • Tracks drift patterns over time

Quick Start

mcp.config.json
{
"mcpServers": {
"quoth": {
"url": "https://quoth.ai-innovation.site/api/mcp"
}
}
}