Skip to main content
Glama
KovaMind

Kova Mind MCP Server

Official
by KovaMind

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KOVAMIND_API_KEYYesYour Kova Mind API key
KOVAMIND_API_URLNoAPI base URLhttps://api.kovamind.io
KOVAMIND_USER_IDNoDefault user ID for all operations

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_extractC

Extract memory patterns from a conversation. Parses messages and stores learned patterns about the user.

memory_recallB

Retrieve relevant memory patterns for a given context. Use this to recall what you know about a user.

memory_reinforceA

Reinforce or deny a stored memory pattern. Use 'confirmed' when the user validates a memory, 'denied' when they contradict it.

memory_surpriseA

Score how surprising/novel new content is compared to existing memories. High scores indicate contradictions with stored knowledge.

memory_healthA

Check if the Kova Mind API is healthy and responding.

vault_setupA

Set up the secrets vault for the first time. Returns 12 recovery words — store them safely. The vault stores credentials that agents can use without ever seeing the values.

vault_unlockA

Unlock the secrets vault with your passphrase. Required before storing or using credentials.

vault_lockA

Lock the secrets vault. Zeros the encryption key from memory.

vault_storeA

Store a new credential in the vault. Returns an opaque handle — you will never see the credential values.

vault_handlesA

List available credential handles. You will never see the credential values — only the handle, label, and type.

vault_findA

Find credentials matching a search query. Returns matching handles with relevance scores. You will never see credential values.

vault_executeB

Execute an action using a credential. The credential is never exposed to you — it flows through a secure side channel.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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