Purmemo
Rank #8,671io.github.purmemo-ai/purmemo
MCP server providing purmemo capabilities
Purmemo is a Model Context Protocol (MCP) server published by purmemo-ai. It ranks #8,671 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Purmemo is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 24, 2025 and most recently updated on Mar 8, 2026.
Ranks ahead of 123,375 of 132,046 servers on MCP Toplist.
Use Purmemo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http purmemo https://mcp.purmemo.ai/mcp/messagesThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add purmemo -- npx -y purmemo-mcp[mcp_servers.purmemo]
url = "https://mcp.purmemo.ai/mcp/messages"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.purmemo]
command = "npx"
args = ["-y", "purmemo-mcp"]Add to ~/.codex/config.toml.
https://mcp.purmemo.ai/mcp/messagesSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": [
"-y",
"purmemo-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"purmemo": {
"url": "https://mcp.purmemo.ai/mcp/messages"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": [
"-y",
"purmemo-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"purmemo": {
"type": "http",
"url": "https://mcp.purmemo.ai/mcp/messages"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"purmemo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"purmemo-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"purmemo": {
"serverUrl": "https://mcp.purmemo.ai/mcp/messages"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": [
"-y",
"purmemo-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"purmemo": {
"url": "https://mcp.purmemo.ai/mcp/messages"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"purmemo": {
"command": "npx",
"args": [
"-y",
"purmemo-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.purmemo-ai%2Fpurmemo)<a href="https://mcptoplist.com/server/io.github.purmemo-ai%2Fpurmemo"><img src="https://mcptoplist.com/badge/io.github.purmemo-ai%2Fpurmemo.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
purmemo-ai
Available versions (2)
| Version | Published |
|---|---|
| 12.9.5 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Purmemo?
- Purmemo is maintained by purmemo-ai, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Purmemo listed on the Official MCP Registry?
- Yes — Purmemo is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Purmemo have?
- MCP Toplist tracks 2 versions of Purmemo, most recently published on Mar 8, 2026.
- Where can I find the source code for Purmemo?
- The source code for Purmemo is hosted at github.com/purmemo-ai/purmemo-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.