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 toolsRead 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… 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 the end of a session to persist decisions, patterns, and conventions discovered during the session.
connect_source
from source
Connect a first-class source provider such as local or notion. This is the preferred product-facing source onboarding flow. 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… 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 retrieval).
list_sources
from source
List Knowit sources, including local and external MCP-backed sources. 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. 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 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 content for relevant entries.
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… 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 provider.
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… 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 relevant entries.
store_knowledge
from source