KeyStack
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., "@KeyStackget project context for 'my-app'"
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.
🗂️ KeyStack
Live project registry for coding agents. A local dashboard + MCP server that remembers your whole portfolio — description, stage, stack, services, tests, GitHub link, next steps — plus your skills and prompts. Your coding agent (Claude Code, Codex) connects over MCP, pulls a project's context, and keeps it up to date itself as it works.
Solves the pain of running 10+ projects: you stop remembering what's written in what, which database each uses, and where you left off.
Not a secrets manager. KeyStack never stores key values — at most a
keys_refpointer to a local file. Secrets never enter the agent's context.
Why
One source of truth across every project, for both you (dashboard) and the agent (MCP).
Self-updating — the agent writes status/tests/next-steps via MCP, so the registry doesn't rot like a manual doc.
Local-first — everything on your machine, zero cloud, zero cost.
Related MCP server: kb
Install
npm install
npm run buildUse
Dashboard (browse your portfolio):
npm run dashboard # → http://127.0.0.1:4319MCP server — wire it into your agent.
Claude Code (.mcp.json):
{ "mcpServers": { "keystack": { "command": "keystack-mcp" } } }Codex (~/.codex/config.toml):
[mcp_servers.keystack]
command = "keystack-mcp"(During dev, point command at npx tsx /abs/path/src/mcp/server.ts.)
MCP tools
Tool | Purpose |
| Portfolio overview |
| Full context of one project |
| Find by stack/service/name |
| Add / keep current (agent writes here) |
| Your skill library |
| Your prompt library |
Data
SQLite at ~/.keystack/keystack.db (override with KEYSTACK_HOME). Never committed.
Status
MVP — core registry + MCP + dashboard working. Roadmap: repo autofill, dashboard
editing forms, global search UI. See .ai-codex/ and docs/.
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
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/nzt108-dev/keystack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server