Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMWYRE_API_KEYYesYour Memwyre API key. Generate from the Memwyre Dashboard.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memwyreA
Search your Memwyre knowledge base and persistent memories using hybrid semantic search.

Args:
    query: The natural language search query or topic to look up.
    limit: Maximum number of relevant memories to return (default 5).
save_memoryA
Save a new memory snippet, note, bug fix, or architecture decision to your Memwyre knowledge vault.

Args:
    content: The technical content, note, pattern, or decision to save.
    tags: Optional list of tags for organization (e.g. ['architecture', 'auth', 'database']).
    title: Optional title for the memory note.
list_memoriesB
List recent memories and notes from your Memwyre vault.

Args:
    limit: Number of memories to return (default 10).
    skip: Offset for pagination (default 0).
get_documentA
Retrieve the full content of a specific document or memory by its ID.

Args:
    document_id: The integer ID of the document to retrieve.

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/memwyreai/mcp-memwyre'

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