Kova Mind MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kova Mind MCP Serverrecall memories about my recent projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kovamind/mcp-server
MCP server for Kova Mind — use AI memory in Claude Desktop, Cursor, Windsurf, VS Code, and any MCP-compatible client.
Quick setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kovamind": {
"command": "npx",
"args": ["-y", "@kovamind/mcp-server"],
"env": {
"KOVAMIND_API_KEY": "km_live_xxx",
"KOVAMIND_USER_ID": "my-user"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"kovamind": {
"command": "npx",
"args": ["-y", "@kovamind/mcp-server"],
"env": {
"KOVAMIND_API_KEY": "km_live_xxx",
"KOVAMIND_USER_ID": "my-user"
}
}
}
}VS Code
Add to .vscode/mcp.json:
{
"servers": {
"kovamind": {
"command": "npx",
"args": ["-y", "@kovamind/mcp-server"],
"env": {
"KOVAMIND_API_KEY": "km_live_xxx",
"KOVAMIND_USER_ID": "my-user"
}
}
}
}Windsurf
Add to your Windsurf MCP config:
{
"mcpServers": {
"kovamind": {
"command": "npx",
"args": ["-y", "@kovamind/mcp-server"],
"env": {
"KOVAMIND_API_KEY": "km_live_xxx",
"KOVAMIND_USER_ID": "my-user"
}
}
}
}Environment variables
Variable | Required | Default | Description |
| Yes | — | Your Kova Mind API key |
| No |
| API base URL |
| No | — | Default user ID for all operations |
Available tools
Memory
Tool | Description |
| Extract memory patterns from a conversation |
| Retrieve relevant memories for a context |
| Confirm, deny, strengthen, or weaken a pattern |
| Score how novel content is vs existing memory |
| Check API health status |
Vault (zero-exposure credentials)
Credential values never reach the AI. Store a credential once, get back an opaque handle, then ask the AI to act with that handle — the value flows through a secure side channel.
Tool | Description |
| One-time vault setup. Returns 12 recovery words — store them safely |
| Unlock the vault with your passphrase |
| Lock the vault and zero the key from memory |
| Store a credential. Returns an opaque handle |
| List available handles (never the values) |
| Search handles by natural-language query |
| Run an action (http request, browser fill) using a handle |
Get an API key
Sign up at kovamind.io to get your API key.
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KovaMind/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server