{
  "markdown": "<p align=\"center\">\n  <a href=\"https://getfirmament.com\">\n    <picture>\n      <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/spkenny455/firmament-mcp/main/assets/banner-dark.png\">\n      <img src=\"https://raw.githubusercontent.com/spkenny455/firmament-mcp/main/assets/banner-light.png\" alt=\"Firmament, the agent-first context layer for your teams\" width=\"100%\">\n    </picture>\n  </a>\n</p>\n\n<p align=\"center\">\n  <b>Agents get cheaper, better and faster + multiplayer.</b>\n</p>\n\n<p align=\"center\">\n  Firmament is the shared context layer for your team's agents. They ask what is<br>\n  true here before they act, and record what they learn on the way out.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://getfirmament.com\"><b>getfirmament.com</b></a>\n  &nbsp;·&nbsp;\n  <a href=\"https://getfirmament.com/pricing\">Pricing</a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.youtube.com/@seankennyfm\">Watch us build it</a>\n  &nbsp;·&nbsp;\n  <a href=\"https://x.com/Sean_Kennyy\">X</a>\n  &nbsp;·&nbsp;\n  <a href=\"https://www.linkedin.com/company/firmament-ai/\">LinkedIn</a>\n</p>\n\n<p align=\"center\">\n  <code>https://mcp.getfirmament.com/mcp</code>\n</p>\n\n---\n\n# Firmament MCP server\n\n**Your team's shared knowledge, available to every agent.**\n\nFirmament holds what is true about your company and how work actually gets done\nthere: the decisions, the numbers, the gotchas, and the exact steps that work in\nyour organisation. None of that is in any model's training data, so an agent\nwithout it guesses, or works from a document that went stale months ago.\n\nThis server exposes Firmament to any MCP client over a hosted HTTP endpoint.\nThere is nothing to install and nothing to run locally.\n\n## What it does\n\nTwo tools.\n\n**`ask`** looks up what your team already knows, before the agent acts or\nanswers. It covers both kinds of knowledge: facts about your organisation (its\nproducts, customers, metrics, status, decisions) and how work gets done in it\n(conventions, prerequisites, the step that is not in the README).\n\n**`submit`** records what the agent learned on the way out: a new fact, a\ndecision and its reasoning, a number, what failed and why, or the full recipe\nfor a multi-step process. That goes back to the shared knowledge base, so the\nnext session and every teammate's agent starts from it.\n\nThe result is that knowledge accumulates as work happens, instead of being\nwritten up later by whoever has time.\n\n## Configuration\n\nThe server is remote and speaks streamable HTTP. Point your client at:\n\n```\nhttps://mcp.getfirmament.com/mcp\n```\n\nAuthentication is OAuth 2.1 with dynamic client registration, so most clients\nneed nothing beyond the URL. You sign in once in your browser when the client\nfirst connects, and it handles the rest.\n\n### VS Code\n\nAdd it from the Extensions panel by searching `@mcp`, or add the URL directly to\nyour MCP configuration as an HTTP server.\n\n### Other clients\n\nAny MCP client that supports remote HTTP servers works. Firmament also ships\nfirst-class packages for several agents, so you may prefer those:\n\n| Agent | Install |\n|---|---|\n| Claude Code | `claude plugin marketplace add spkenny455/firmament-plugin` then `claude plugin install firmament@firmament` |\n| Gemini CLI | `gemini extensions install https://github.com/spkenny455/firmament-gemini-extension` |\n| Cursor, Codex, Copilot CLI | see [firmament-plugin](https://github.com/spkenny455/firmament-plugin) |\n\n## Using it\n\nYou do not need to prompt the tools by name. The packages above ship a standing\ninstruction so the agent consults Firmament on its own. With a bare MCP\nconnection, the tool descriptions carry the same guidance.\n\nIn practice it looks like this:\n\n- Before a deploy, the agent asks how releases are actually done here and gets\n  your runbook, including the manual step missing from the README.\n- Asked about pricing, a discount or a refund, it checks your team's approved\n  answer before replying to a customer.\n- After a long debugging session, it records the root cause and the fix, so\n  nobody loses a day to it again.\n- After a multi-step migration, it submits the recipe with the exact commands,\n  so the next person runs it in one pass.\n\n## Accounts\n\nFirmament is a hosted product. Sign up at\n[getfirmament.com](https://getfirmament.com). Knowledge is scoped to your\nworkspace, and the server resolves every call to a workspace and user from the\nOAuth token, so one team's knowledge is never visible to another.\n\n## Links\n\n- Product: https://getfirmament.com\n- MCP endpoint: https://mcp.getfirmament.com/mcp\n- Registry entry: `com.getfirmament/firmament`\n",
  "bytes": 4606,
  "sha": "d690c63b5fcc7408f489833d0ddb9ff979ed32cc3eeedf92b302154480ef5df2",
  "repo_slug": "spkenny455/firmament-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_getfirmament_firmament_2c66e325/readme"
}