Skip to main content
Glama
NodeSpaceAI

nodespace-mcp

Official
by NodeSpaceAI

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.

NodeSpace Screenshot


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 the NodeSpace skill 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.


Related MCP server: LumenCore

Installation

macOS (Apple Silicon) — Homebrew

brew install --cask nodespaceai/nodespace/nodespace

Apple Silicon is the only supported macOS target. The cask installs a signed and notarized build — no Gatekeeper prompt to work around.

Other platforms — manual download

Download NodeSpace →

Platform

Format

macOS 14 (Sonoma) or later, Apple Silicon

.dmg

Windows

.msi or .exe

Linux

nodespace/nodespaced binaries (CLI + daemon only — no packaged desktop app yet)

Pro tier

Pro adds end-to-end encrypted cloud sync — the same local-first graph, kept in sync across your devices, with per-database access control for shared use. It's a separate signed build (nodespaced-pro) on top of the same desktop app, currently rolling out to invited tenants; reach out on Discord for access.

Build from Source

Prerequisites:

  • Bun 1.0+curl -fsSL https://bun.sh/install | bash

  • Rust 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:dev

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 only

Community


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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityActive
ResponsivenessResponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Provides AI assistants with persistent memory of your project architecture, development history, and technical decisions, allowing them to give context-aware coding help without needing repeated explanations.
    16
    61
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides AI coding assistants with persistent project memory to retain architectural decisions, code patterns, and domain knowledge across sessions. It stores data locally in a SQLite database, allowing agents to remember, recall, and manage project-specific context using full-text search.
    13
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI coding assistants with persistent, context-rich memory of a codebase, including documentation and git history, enabling recall across sessions.
    104
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Provides persistent memory and a codebase knowledge graph for AI coding assistants, enabling shared context across multiple tools like Claude, Cursor, and ChatGPT, with significant token reduction.
    5
    25
    MIT

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