
nSelf CLI
by nself-org
Self-hosted backend platform providing PostgreSQL, GraphQL, and Auth with a powerful MCP interface.
What it does
nSelf is a comprehensive self-hosted backend-as-a-service platform. It deploys a full stack including PostgreSQL, Hasura GraphQL, and nHost Auth via a single CLI. The MCP server integration allows AI assistants to manage your infrastructure, execute database migrations, install plugins, and monitor system health directly from the chat interface.
Tools
nself_init: Initializes a new backend project with default configurations.nself_build: Generates Docker configurations based on the current environment.nself_start: Boots the entire backend stack.nself_plugin_install: Adds new functionality (e.g., AI, monitoring) to the stack.nself_db_migrate: Executes database migrations to update the schema.nself_status: Checks the health and connectivity of all running services.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nself": {
"command": "nself",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
curl -fsSL https://install.nself.org | bashInformation
- Pricing
- freemium
- Published
- 4/23/2026
- stars






