★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated today
A VS Code extension that transforms a given workspace into a notebook with fast scaffolding templates, editing macros, and blueprint‑specific assistants powered by MCP servers.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"memoria": {
"command": "npx",
"args": [
"-y",
"RazMake/Memoria"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add memoria npx -y RazMake/Memoria
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"memoria": {
"command": "npx",
"args": [
"-y",
"RazMake/Memoria"
]
}
}
}
📋 Copy