
Ai Dictionary Mcp
Give your coding agent a shared vocabulary for AI phenomenology so prompts, docs, and debates stay precise.
Overview
AI Dictionary MCP is a MCP server for the Idea phase that lets agents look up, search, cite, and discuss AI phenomenology terms from a structured dictionary.
What is this MCP server?
- Look up and search AI phenomenology terms from a dedicated dictionary corpus
- Cite and discuss entries so agents ground claims in defined terminology
- Track terms over time as your project’s language evolves
- stdio MCP transport via PyPI package ai-dictionary-mcp v0.13.0
- Server schema version 0.13.0 on PyPI identifier ai-dictionary-mcp
- stdio transport only in published server manifest
Community signal: 1 GitHub stars.
What problem does it solve?
Agents and docs drift into vague or conflicting AI jargon because there is no in-session source of record for phenomenology terms.
Who is it for?
Builders writing PRDs, essays, or agent prompts that reference how models feel or behave and need citable term definitions.
Skip if: Teams that only need API docs, model pricing, or code linting without conceptual AI terminology work.
What do I get? / Deliverables
Your agent can pull defined terms, citations, and discussion context so research notes and specs use consistent AI vocabulary.
- Defined term lookups with discussion and citation context in chat
- Search results across the AI phenomenology dictionary corpus
- Tracked term lists aligned to your ongoing research threads
Recommended MCP Servers
Journey fit
Canonical shelf is early research when you are naming concepts, reading papers, or framing product copy around how models behave. Term lookup, citation, and discussion support literature-style research—not implementation wiring.
How it compares
Reference dictionary MCP, not a general web search or RAG over your private codebase.
Common Questions / FAQ
Who is AI Dictionary MCP for?
Solo builders and researchers who want agents to use consistent, citable AI phenomenology terminology while drafting specs, content, or research summaries.
When should I use AI Dictionary MCP?
Use it during idea and research work whenever you are defining concepts, comparing model behaviors, or writing copy that must not misuse technical AI terms.
How do I add AI Dictionary MCP to my agent?
Register the stdio server from PyPI (package ai-dictionary-mcp, v0.13.0) in your MCP client config, then call the dictionary lookup and search tools from your agent session.