@cognivia/mcp
v0.3.0
Published
Model Context Protocol server for Cognivia. Gives any AI agent learning diagnostics (error type, memory state, session report) as callable tools.
Maintainers
Readme
@cognivia/mcp
A Model Context Protocol server that gives any AI agent Cognivia's learning
diagnostics as tools: diagnose_error, get_memory_state, generate_report, and (with a live key) set_item_misconceptions, set_concept_prerequisites to sharpen diagnosis on your own content.
{ "mcpServers": { "cognivia": {
"command": "npx", "args": ["-y", "@cognivia/mcp"],
"env": { "COGNIVIA_API_KEY": "sk_live_..." } } } }With a key it proxies to the hosted API; otherwise it computes locally.
MIT · Manik Maurya
