project-memory-mcp
Rank #15,792io.github.kaaustubh/project-memory-mcp
Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
project-memory-mcp is a Model Context Protocol (MCP) server published by kaaustubh. It ranks #15,792 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. project-memory-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 10, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 116,254 of 132,046 servers on MCP Toplist.
Use project-memory-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add project-memory-mcp -e "PROJECT_MEMORY_ROOT=<your PROJECT_MEMORY_ROOT>" -- npx -y @kaaustubh/project-memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.project-memory-mcp]
command = "npx"
args = ["-y", "@kaaustubh/project-memory-mcp"]
[mcp_servers.project-memory-mcp.env]
PROJECT_MEMORY_ROOT = "<your PROJECT_MEMORY_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"project-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<your PROJECT_MEMORY_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"project-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<your PROJECT_MEMORY_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"project-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<your PROJECT_MEMORY_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"project-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<your PROJECT_MEMORY_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"project-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<your PROJECT_MEMORY_ROOT>"
}
}
}
}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.kaaustubh%2Fproject-memory-mcp)<a href="https://mcptoplist.com/server/io.github.kaaustubh%2Fproject-memory-mcp"><img src="https://mcptoplist.com/badge/io.github.kaaustubh%2Fproject-memory-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
kaaustubh
Available versions (2)
| Version | Published |
|---|---|
| 1.6.0 | Jul 3, 2026 |
| 1.4.1 | Jun 10, 2026 |
Frequently asked questions
- Who maintains project-memory-mcp?
- project-memory-mcp is maintained by kaaustubh, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is project-memory-mcp listed on the Official MCP Registry?
- Yes — project-memory-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does project-memory-mcp have?
- MCP Toplist tracks 2 versions of project-memory-mcp, most recently published on Jul 3, 2026.
- Where can I find the source code for project-memory-mcp?
- The source code for project-memory-mcp is hosted at github.com/kaaustubh/project-memory-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.