MCP Hub
Back to servers

Statespace

Enables users to document data and connect it to AI agents by defining tools and instructions in markdown files. It supports building RAG and text-to-SQL applications that can be deployed as MCP servers, APIs, or CLIs.

glama
Stars
5
Forks
1
Updated
Apr 2, 2026
Validated
Apr 4, 2026

statespace-mcp

Test Suite License npm Discord X

MCP server for Statespace apps.

Usage

Add to your MCP client config:

"statespace": {
  "command": "npx",
  "args": ["statespace-mcp", "https://your-app.statespace.app"],
  "env": {
    "STATESPACE_TOKEN": "your-token-here" // optional
  }
}

The server connects to your deployed Statespace app over HTTP and exposes two tools:

  • read_page — read any file from the app (start with README.md)
  • run_command — execute a command declared in a page's YAML frontmatter

Requirements

  • Node.js 18+
  • A deployed Statespace app URL (http or https)

Community & Contributing

License

This project is licensed under the terms of the MIT license.

Reviews

No reviews yet

Sign in to write a review