Skip to main content
Glama
AINative-Studio

ainative-opencode-memory-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AINATIVE_API_KEYYesRequired. Free at ainative.studio
AINATIVE_API_URLNoOverride for self-hosthttps://api.ainative.studio
OPENCODE_MEMORY_NAMESPACENoIsolate memories per projectopencode

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
opencode_store_memoryA

Store a fact, decision, convention, or code snippet so your OpenCode agent remembers it in future sessions. Use for things like architecture decisions, naming conventions, gotchas, or user preferences.

opencode_search_memoryA

Semantic search over everything the agent has remembered. Returns the most relevant memories for a query.

opencode_recall_contextA

Pull the most relevant remembered context for the current coding task — call this at the START of a session to reload what the agent knew.

opencode_memory_statsA

Report how many memories are stored for this OpenCode namespace.

opencode_clear_memoryA

Delete stored memories. Optionally scope to a tag; with no tag, clears ALL memories in the namespace (destructive).

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/AINative-Studio/ainative-opencode-memory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server