SoloOS MCP Server
Click 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., "@SoloOS MCP ServerCreate a task to review the quarterly report"
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.
SoloOS
A full-stack dashboard where the AI agent is a first-class user.

Tasks, floating notes, and a weekly agenda โ every feature exists twice: a human UI, and an MCP tool your AI agent can call. The GIF above is real: npm run demo replays it on your machine โ a scripted MCP client plays the agent and plans the week while the UI updates live.
๐ง Early days. Full docs and the story are coming with v0.1.
Quickstart
git clone https://github.com/outoftheweed/soloos && cd soloos
npm install
npm run devThat's it โ no database to set up. SoloOS boots an embedded Postgres (PGlite) persisted to ./data. Open http://localhost:3000.
Optional: npm run seed for demo data, .env to plug a real Postgres (Neon, Supabaseโฆ) via DATABASE_URL.
Related MCP server: Tycana
Connect your agent
npm run mcp:configPrints ready-to-paste config for Claude Code / Claude Desktop. The MCP endpoint lives at http://localhost:3000/mcp.
The 13 tools
Domain | Tools |
Tasks |
|
Floating notes |
|
Agenda |
|
How it fits together
Two first-class users, one server, one database:
you your agent
โ โ
โโโโโโโผโโโโโโโ โโโโโโโโผโโโโโโโ
โ React UI โ โ MCP tools โ
โ (polls 2s) โ โ (13, HTTP) โ
โโโโโโโฌโโโโโโโ โโโโโโโโฌโโโโโโโ
โ tRPC โ /mcp
โโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโ
โ Express โ one port (3000) โ
โโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโ
โ Drizzle
โโโโโโโโโโผโโโโโโโโโโ
โ PGlite (./data) โ
โ or DATABASE_URL โ
โโโโโโโโโโโโโโโโโโโโThe UI polls every 2 seconds โ that's why the agent's writes appear on screen while they happen. No websockets, no magic, easy to fork.
Stack
React 19 ยท Vite ยท tRPC ยท Drizzle ยท PGlite/Postgres ยท Express ยท MCP (streamable HTTP)
Security
An agent that writes to your dashboard deserves a straight answer: localhost-only by default, write tools gated behind MCP_SECRET, archives instead of deletes where it matters. The details โ including the honest limits โ are in SECURITY.md.
License
MIT
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/outoftheweed/soloos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server