Skip to main content
Glama
ChenyqThu

mcp-server-memos

by ChenyqThu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMOS_URLYesMemos 服务器地址
MEMOS_TOKENYesMemos 访问令牌

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoB

Search for memos using keywords

create_memoB

Create a new memo

get_memoB

Get a specific memo by ID

update_memoC

Update a specific memo by ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a unique function (create, get, search, update) with no overlaps, making selection unambiguous.

Naming Consistency5/5

All tools follow the same verb_noun pattern (create_memo, get_memo, search_memo, update_memo), ensuring predictable naming.

Tool Count5/5

With 4 tools, the set is concise and well-scoped for basic memo management, fitting the typical range for such a server.

Completeness2/5

The set covers create, read, search, and update but lacks a delete tool, which is a notable gap for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues