A memory web MCP server for Agents. Stores knowledge as a graph of nodes connected by typed, narrative edges.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"memoryweb": {
"command": "go",
"args": [
"run",
"github.com/corbym/memoryweb@latest"
]
}
}
}
Run in terminal:
claude mcp add memoryweb go run github.com/corbym/memoryweb@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"memoryweb": {
"command": "go",
"args": [
"run",
"github.com/corbym/memoryweb@latest"
]
}
}
}