serenedge
OfficialClick 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., "@serenedgeClaim my next task and load its full context"
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.
serenedge
The CLI and MCP server for the SerenEdge delivery platform. It's how your coding agent claims, works and submits tasks: serenedge signs your machine in once via a device-flow login, then serenedge install <agent> wires an MCP server and a command pack into Claude Code or Codex so your agent can talk to your SerenEdge projects directly.
There's no platform AI. Every generative step (drafting a task, planning a revision, writing a knowledge-base proposal, summarising risk) happens inside your own coding agent, under your own subscription. This tool is a thin, open client: every command is a plain HTTP call to your SerenEdge instance's API, authenticated with a token scoped to your account. It holds no server-side logic and no direct database access.
Install (build from source)
There's no published package yet - build it from this repository. The steps are the same shape on every OS; only how you get Node and pnpm differs.
Two things first, on every OS:
Node.js 22 or newer
pnpm 9, enabled through Corepack, which ships with Node
Windows (PowerShell)
# 1. Install Node.js 22+: https://nodejs.org, or:
winget install OpenJS.NodeJS.LTS
# 2. Enable pnpm
corepack enable
corepack prepare pnpm@9.15.9 --activate
# 3. Get the code and build
git clone https://github.com/SerenEdge/serenedge-platform-cli-tool.git
cd serenedge-platform-cli-tool
pnpm install
pnpm build
# 4. Make `serenedge` available everywhere
pnpm link --globalIf PowerShell says "serenedge is not recognized" afterward, run pnpm setup once (it adds pnpm's global bin folder to your PATH) and open a new terminal.
macOS (Terminal)
# 1. Install Node.js 22+
brew install node@22
echo 'export PATH="/opt/homebrew/opt/node@22/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
# (Intel Macs: /usr/local/opt/node@22/bin instead of /opt/homebrew/...)
# 2. Enable pnpm
corepack enable
corepack prepare pnpm@9.15.9 --activate
# 3. Get the code and build
git clone https://github.com/SerenEdge/serenedge-platform-cli-tool.git
cd serenedge-platform-cli-tool
pnpm install
pnpm build
# 4. Make `serenedge` available everywhere
pnpm link --globalNo Homebrew? Use nvm instead: install it from nvm-sh/nvm (its README has the current one-line installer), then nvm install 22 && nvm use 22 before step 2. If "command not found" after linking, run pnpm setup, then source ~/.zshrc or open a new terminal.
Linux (bash/zsh)
# 1. Install Node.js 22+ - nvm is the most reliable across distros:
# https://github.com/nvm-sh/nvm (README has the current one-line installer)
# then, in a new shell:
nvm install 22
# 2. Enable pnpm
corepack enable
corepack prepare pnpm@9.15.9 --activate
# 3. Get the code and build
git clone https://github.com/SerenEdge/serenedge-platform-cli-tool.git
cd serenedge-platform-cli-tool
pnpm install
pnpm build
# 4. Make `serenedge` available everywhere
pnpm link --globalYour distro's own package manager (apt, dnf, ...) often ships an older Node than 22 - nvm avoids that. If "command not found" after linking, run pnpm setup, then source ~/.bashrc (or your shell's rc file) or open a new terminal.
Verify it worked:
serenedge --versionRebuilding after a git pull is just pnpm install then pnpm build again - the global link stays put.
Related MCP server: Sentinel Core Agent
Usage
Sign in once, then install the command pack for your agent:
serenedge login --url https://your-serenedge-instance.example
serenedge install claude-codeFor Codex, run serenedge install codex instead: it merges an MCP server block into ~/.codex/config.toml and prints an AGENTS.md snippet describing the claim, work and submit loop to add to your repo.
For Claude Code, install claude-code copies the plugin locally, registers it as a marketplace, and installs it from there (or prints the two commands if Claude Code isn't on your PATH). It registers the serenedge MCP server and this command pack:
Command | What it does |
| Pick the next task, claim and start it, load its full context. |
| Run tests, satisfy the definition of done, submit for review. |
| Load the task's linked knowledge-base entries. |
| Ask the project knowledge base a question. |
| Draft or update the task plan (Project Head). |
| Plan revision tasks from a client request (Project Head). |
| Write a client-facing progress update (Project Head). |
| Write the project risk narrative (Project Head). |
Other commands:
Command | What it does |
| Show the signed-in user. |
| Remove the stored token. |
| Start the MCP server over stdio (your agent runs this for you). |
| Report which required environment variables are missing. |
| Fetch a draft client update to rewrite, or post the rewrite back. |
Every call is authenticated with your device token and checked by the same permission engine as the web app: you only ever see tasks your roles can work. Signed-in devices show up under Settings, Connected devices, on the web app, where you can revoke one at any time.
Repository layout
src/
index.ts CLI entry point (login, whoami, install, mcp, env, update)
config.ts Reads/writes the local token at ~/.config/serenedge/config.json
mcp/
index.ts The MCP server: wraps the platform's /api/agent/* HTTP API as MCP tools
plugins/
claude-code/ Command pack + plugin manifest for Claude Code
codex/ MCP config block + AGENTS.md snippet for CodexThis is a standalone mirror of the CLI shipped from SerenEdge/serenedge-platform (packages/cli and packages/mcp-server), split out so it can be built and distributed on its own without the rest of the platform's private source.
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.
Related MCP Connectors
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Agent-first task marketplace MCP — discover, claim, and deliver paid workspace tasks.
Roadmap, tasks, releases and user feedback your coding agent reads and writes over MCP.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEmpower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.941Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1
- AlicenseAqualityBmaintenanceProvides browser automation, audio transcription, and LLM chat as MCP tools for any agent.7MIT
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for AI-powered code review, research, and book writing via a fleet of coding agents.Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/SerenEdge/serenedge-platform-cli-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server