Skip to content

Agent Lexicon MCP server

Run the local MCP server from the repository root:

Terminal window
alex mcp serve \
--root . \
--lexicon lexicon/lexicon.yaml

List the published tool definitions:

Terminal window
alex mcp tools

The current server exposes deterministic terminology operations for:

  • resolve_term
  • check_language
  • guard_tool_call
  • find_evidence
  • submit_proposal
  • get_snapshot

The MCP server is a local stdio integration. It gives an agent access to reviewed vocabulary and proposal workflows without turning the deterministic core into a hidden model call.

For runtime search and organization-level bindings, continue to the SkeinRank documentation.