Project management for the agentic engineering era.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"piyaz": {
"serverUrl": "https://app.piyaz.ai/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Context management for the agent-native engineering era.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for Piyaz and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

The agentic workspace where people and AI coding agents work together on every project.
Most of us aren't really writing code anymore, we're directing agents that do. But those agents have no memory. Every session starts from zero, and engineers end up spending their time re-explaining what was built, why decisions were made, and what still needs to happen. That's not engineering, that's babysitting.
Piyaz replaces that cycle. It's not just a context layer your agents read from, it's an agentic workspace where people and AI agents work together on the same project: project management, agent collaboration, and a shared context network in one place. Piyaz creates tasks, refines them, plans implementations, provides the right context at the right stage, and tracks everything that happens. Your agent harness doesn't need a briefing. It walks into every session knowing exactly what to do next and why.
Full setup, guides, and reference live at docs.piyaz.ai.
Piyaz is hosted at app.piyaz.ai. The plugin installs into your coding agent once, at the user level, and works in every project you open, no clone required. Run the one-time install for your agent and sign in when prompted (OAuth, once per machine).
claude plugin marketplace add FrkAk/piyaz
claude plugin install piyaz@piyaz
Then run /mcp, select piyaz, and complete the browser sign-in.
codex plugin marketplace add FrkAk/piyaz
Open Codex, run /plugin, install Piyaz, restart, and authenticate when prompted. Invoke the main skill with $piyaz. (If your Codex build can't resolve the root marketplace, append --sparse plugins.)
MCP only, any plan (quick start): open the install deeplink, then sign in on the first tool call:
cursor://anysphere.cursor-deeplink/mcp/install?name=piyaz&config=eyJ1cmwiOiJodHRwczovL2FwcC5waXlhei5haS9hcGkvbWNwIn0=
Team/Enterprise (skills + MCP): Dashboard → Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo, paste https://github.com/FrkAk/piyaz. Team Marketplaces is a Teams/Enterprise feature.
Public Marketplace: listing in the Cursor Marketplace requires submission and manual review. Search-and-install lands once Piyaz is published.
Add the Piyaz MCP server to your global config and authenticate (Antigravity handles OAuth automatically). The IDE and the CLI share one config at ~/.gemini/config/mcp_config.json (in the IDE: MCP Store → Manage MCP Servers → View raw config):
{
"mcpServers": {
"piyaz": { "serverUrl": "https://app.piyaz.ai/api/mcp" }
}
}
Then run /mcp (CLI) or open the MCP manager (IDE) and Authenticate. The workflow skills ship as a bundled plugin: clone this repo and copy plugins/antigravity/ into ~/.gemini/config/plugins/ (global) or .agents/plugins/ at your workspace root. The bundled mcp_config.json also includes a piyaz-local server for self-host.
Gemini CLI users: Antigravity replaces Gemini CLI (consumer access ends 2026-06-18).