Skip to main content
Glama

MCP Server Memos

by RyoJerryYu
common.proto270 B
syntax = "proto3"; package memos.api.v1; option go_package = "gen/api/v1"; enum RowStatus { ROW_STATUS_UNSPECIFIED = 0; ACTIVE = 1; ARCHIVED = 2; } // Used internally for obfuscating the page token. message PageToken { int32 limit = 1; int32 offset = 2; }

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/RyoJerryYu/mcp-server-memos-py'

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