An MCP server for interacting with Memos.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).
4 files analyzed · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: MEMOS_API_ENDPOINT
Environment variable: MEMOS_API_TOKEN
From the project's GitHub README.
An MCP server for interacting with Memos.
This MCP server provides the following tools:
create_memoCreate a memo and return the name of the memo.
attach_fileAttach a file to a memo.
[!NOTE] You'll need
uvinstalled on your system to useuvxcommand.
Download the latest MCP bundle mcp-memos.mcpb from
the Releases page,
then open the downloaded .mcpb file or drag it into the Claude Desktop's Settings window.
You can also manually configure this server for Claude Desktop.
Edit the claude_desktop_config.json file by adding the following entry under mcpServers:
{
"mcpServers": {
"bear": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jkawamoto/mcp-memos",
"mcp-memos",
"--endpoint",
"<Memos server address>",
"--token",
"<Your token>"
]
}
}
}
After editing, restart the application. For more information, see: For Claude Desktop Users - Model Context Protocol.
To enable the Bear extension in Goose CLI,
edit the configuration file ~/.config/goose/config.yaml to include the following entry:
extensions:
bear:
name: Memos
cmd: uvx
args: [--from, git+https://github.com/jkawamoto/mcp-memos, mcp-memos]
envs: {
"MEMOS_API_ENDPOINT": "<Memos server address>",
"MEMOS_API_TOKEN": "<Your token>"
}
enabled: true
type: stdio
Add a new extension with the following settings:
uvx --from git+https://github.com/jkawamoto/mcp-memos mcp-memosMEMOS_API_ENDPOINT with Memos server address and MEMOS_API_TOKEN with your api tokenFor more details on configuring MCP servers in Goose Desktop, refer to the documentation: Using Extensions - MCP Servers.
This application is licensed under the MIT License. See the LICENSE file for more details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.