io.github.jkawamoto/mcp-memos✓
io.github.jkawamoto/mcp-memos · v0.1.0
v0.1.0▦ other mcpb: https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpb↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.jkawamoto/mcp-memos",
"description": "An MCP server for interacting with Memos.",
"repository": {
"url": "https://github.com/jkawamoto/mcp-memos",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/jkawamoto/mcp-memos/releases/download/v0.1.0/mcp-memos.mcpb",
"fileSha256": "bb37c2bd76fd1f7d9df536fbc24ec5fab3bc158c3fb5e407e060a3c38234ee2b",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Memos API endpoint",
"isRequired": true,
"format": "string",
"default": "localhost:5230",
"name": "MEMOS_API_ENDPOINT"
},
{
"description": "Memos API token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEMOS_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}