nodespace-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nodespace-mcpwhat's the API endpoint for user registration?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NodeSpace
Faster context. Fewer tokens.
AI coding assistants forget everything between sessions. NodeSpace gives them persistent, searchable access to your project knowledge — so you stop re-explaining your codebase every time you start a conversation.
nodespace.ai · Download · Discord
⚠️ Alpha Preview — NodeSpace is in early development. Features may change and data formats are not yet stable.

Documentation
For full documentation, see nodespace-docs.
Why NodeSpace
Developers using AI assistants waste time copying files, re-explaining architecture, and watching context degrade mid-session. NodeSpace fixes this by sitting between your knowledge and your AI tools:
80% fewer roundtrips — AI agents query your knowledge base via MCP instead of scanning files with grep/ripgrep
Runs entirely on your machine — no cloud accounts, no API calls, no data leaving localhost
Works offline — on planes, behind VPNs, anywhere
You write things down once. Every AI tool you use can find them instantly.
Installation
Download the Desktop App
Platform | Format |
macOS (Apple Silicon) |
|
Windows |
|
Build from Source
Prerequisites:
Bun 1.0+ —
curl -fsSL https://bun.sh/install | bashRust 1.80+ —
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/NodeSpaceAI/nodespace-core
cd nodespace-core
bun install
bun run tauri:devMCP Setup
NodeSpace includes a built-in MCP server that starts automatically when you open the app. Your AI tools connect to it locally — there's nothing to deploy or host.
Claude Code / Cursor / Codex / Other MCP Clients
Add to your MCP settings (e.g., ~/.claude.json for Claude Code):
{
"mcpServers": {
"nodespace": {
"type": "http",
"url": "http://localhost:3100/mcp"
}
}
}Running Tests
bun run test # Fast unit tests (Happy-DOM)
bun run test:browser # Browser integration tests (Playwright)
bun run test:all # All tests (unit + browser + Rust)
bun run rust:test # Rust backend tests onlyCommunity
💬 Join our Discord — ask questions, share feedback, follow development
🌟 Star this repo if NodeSpace is useful to you
License
NodeSpace is licensed under the Functional Source License 1.1 (Apache 2.0).
✅ Use NodeSpace freely for any purpose
✅ Modify the code to fit your needs
See LICENSE for the full text.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NodeSpaceAI/nodespace-core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server