@iflow-mcp/statespace-tech-statespace-mcp
v0.1.0
Published
MCP server for Statespace apps
Readme
statespace-mcp
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 withREADME.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
- Discord: Join our community server for real-time help and discussions
- X: Follow us @statespace_tech for updates and news
- Issues: Report bugs or request features on GitHub Issues
License
This project is licensed under the terms of the MIT license.
