MemoWeft
Rank #10,245io.github.memoweft/memoweft
Portable AI memory as MCP tools: five reads and three controlled writes.
MemoWeft is a Model Context Protocol (MCP) server published by memoweft. It ranks #10,245 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MemoWeft is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Aug 6, 2026.
Ranks ahead of 121,801 of 132,046 servers on MCP Toplist.
Use MemoWeft
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add memoweft -e "MEMOWEFT_DB_PATH=<your MEMOWEFT_DB_PATH>" -- npx -y @memoweft/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.memoweft]
command = "npx"
args = ["-y", "@memoweft/mcp-server"]
[mcp_servers.memoweft.env]
MEMOWEFT_DB_PATH = "<your MEMOWEFT_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoweft": {
"command": "npx",
"args": [
"-y",
"@memoweft/mcp-server"
],
"env": {
"MEMOWEFT_DB_PATH": "<your MEMOWEFT_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoweft": {
"command": "npx",
"args": [
"-y",
"@memoweft/mcp-server"
],
"env": {
"MEMOWEFT_DB_PATH": "<your MEMOWEFT_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memoweft": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memoweft/mcp-server"
],
"env": {
"MEMOWEFT_DB_PATH": "<your MEMOWEFT_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoweft": {
"command": "npx",
"args": [
"-y",
"@memoweft/mcp-server"
],
"env": {
"MEMOWEFT_DB_PATH": "<your MEMOWEFT_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoweft": {
"command": "npx",
"args": [
"-y",
"@memoweft/mcp-server"
],
"env": {
"MEMOWEFT_DB_PATH": "<your MEMOWEFT_DB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
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.memoweft%2Fmemoweft)<a href="https://mcptoplist.com/server/io.github.memoweft%2Fmemoweft"><img src="https://mcptoplist.com/badge/io.github.memoweft%2Fmemoweft.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
memoweft
Available versions (2)
| Version | Published |
|---|---|
| 0.2.3 | Aug 6, 2026 |
| 0.1.0 | Jul 6, 2026 |
Frequently asked questions
- Who maintains MemoWeft?
- MemoWeft is maintained by memoweft, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MemoWeft listed on the Official MCP Registry?
- Yes — MemoWeft is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MemoWeft have?
- MCP Toplist tracks 2 versions of MemoWeft, most recently published on Aug 6, 2026.
- Where can I find the source code for MemoWeft?
- The source code for MemoWeft is hosted at github.com/memoweft/memoweft.
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.