MCP Server v2.0

The Protocol

Technical documentation for integrating Quoth AI Memory into your 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
Documentation

Quoth Documenter

Used while building to document new code immediately after creation.

  • Asks about documentation type before writing
  • Fetches templates from Quoth knowledge base
  • Structures docs with H2 sections and YAML frontmatter
  • Proposes updates for existing documentation

Quick Start

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