Skip to main content
Glama

memo-mcp

by 108yen

createMemo

Create and store structured memos with assigned titles, content, and categories for easy organization and retrieval in the MCP server memo-mcp.

Instructions

Create a new memo

Input Schema

NameRequiredDescriptionDefault
categoryIdNo
contentYes
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categoryId": { "type": "string" }, "content": { "type": "string" }, "title": { "type": "string" } }, "required": [ "content", "title" ], "type": "object" }

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/108yen/memo-mcp'

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