For developers
Persistent context for your AI agents
knowmind gives agents and applications a long-term memory over the Model Context Protocol, a REST interface and a command line. One token, the same tenant separation as in the web interface.
MCP
Connect knowmind as a knowledge source to MCP-capable tools and your own agents. Tools for storing, retrieving and updating memories are ready to use.
MCP documentationREST interface
Talk to knowmind directly from your application. The OpenAPI description is public; authentication is by bearer token.
REST guideCommand line
The client comes as an npm package. Search memories, upload notes, synchronise folders. The client is open source under Apache 2.0.
CLI guide (German)Tokens and limits
Personal tokens with read and write scope, stored as an HMAC-SHA256 check value. The rate limits per plan are in the reference.
See the limitsWebhooks
React to events in your workspace. Setup and payload format are in the documentation.
Set up webhooks (German)Changes
What changes in the interface and the client is in the changelog, so your integrations stay traceable.
Changelog