mcpserver.lol
registry/knowit
Connection check local install

knowit

Shared, structured memory for AI coding agents — MCP server + CLI. One memory layer for Claude Code, Codex, Cursor & every MCP client.

Tools 9
GitHub stars 12
Installs / wk 9
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

9 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

capture_session_learnings from source
Batch store multiple knowledge items from this coding session. Existing entries with the same title, type, scope, repo, and domain are updated rather than duplicated. Call this at…
connect_source from source
Connect a first-class source provider such as local or notion. This is the preferred product-facing source onboarding flow.
get_knowledge from source
Fetch full content for one or more knowledge entries by ID. Use after search_knowledge or resolve_context to retrieve the complete content of relevant entries (Phase 2 of tiered re…
list_sources from source
List Knowit sources, including local and external MCP-backed sources.
register_mcp_source from source
Register an external MCP server as a Knowit source using explicit tool mappings.
resolve_context from source
Resolve implementation context across one or more Knowit sources. Returns title, summary, and metadata — not full content. Call get_knowledge with the returned IDs to fetch full co…
resolve_source_action from source
Determine whether Knowit should handle a read/write directly or route the agent to an external provider MCP next. Use this when the user mentions Knowit but not the downstream prov…
search_knowledge from source
Search knowledge across one or more Knowit sources. Returns title, summary, and metadata — not full content. Call get_knowledge with the returned IDs to fetch full content for rele…
store_knowledge from source
Store knowledge in the selected Knowit source. This can target the local store or an external MCP-backed source.