MemoryBank
@nakamurau1
About MemoryBank
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"memoryBank": {
"command": "npx",
"args": [
"-y",
"--package=@nakamurau1/memory-bank-mcp-server",
"memory-bank-mcp-server"
]
}
}
}Tools
1Loads Memory Bank files from the specified project directory and returns their content combined with the standard Memory Bank instruction prompt. Use projectPath parameter with an absolute path, and optional memoryBankDir parameter to specify the subdirectory name (default: 'memory-bank').
Basic information
More Memory & Knowledge MCP servers
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Comments