Skip to main content
Glama
RyoJerryYu

MCP Server Memos

by RyoJerryYu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
hostNoMemos server hostnamelocalhost
portNoMemos server port8080
tokenNoAccess token for authentication

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoC

Search for memos

create_memoC

Create a new memo

get_memoC

Get a memo

list_memo_tagsB

List all existing memo tags

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating, retrieving, searching memos, and listing tags. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (create_memo, get_memo, list_memo_tags, search_memo), making them predictable.

Tool Count5/5

Four tools is an appropriate count for a memo server, covering core operations without being excessive or insufficient.

Completeness3/5

Missing update and delete operations for memos, which are essential for full lifecycle management. The tool set covers only create, read, search, and tag listing.

Maintenance

ActivityInactive
ResponsivenessNo issues