STAGE environment (knowledge-mcp.moose-stg.armis.com). Adds /knowledge-stage, /cwe-fix-stage, /framework-guidance-stage, and /tech-guidance-stage commands. Reads ARMIS_KNOWLEDGE_TOKEN_STAGE. Tenant isolation enforced server-side; no knowledge data stored on disk.
Fetch organization-specific remediation guidance for a given CWE from the Armis Knowledge STAGE environment. Use when fixing a vulnerability identified by CWE ID, when triaging scanner findings, or when the user asks how to remediate a specific weakness. Also surfaces false-positive patterns. Triggers: /cwe-fix-stage, how do we fix CWE-, remediation for CWE, false positive CWE, cwe guidance.
Fetch organization-specific guidance for a web framework (Django, Flask, FastAPI, Express, Rails, Spring, etc.) from the Armis Knowledge STAGE environment. Use when generating or reviewing code that uses a specific framework, so framework-specific patterns and pitfalls are applied. Triggers: /framework-guidance-stage, how do we use Django, Flask conventions, our patterns for Express, framework standards.
Query the Armis Knowledge base (STAGE environment) for organizational standards, policies, and tenant-specific guidance. Use when generating, reviewing, or remediating code so the work matches the organization's standards. Triggers: /knowledge-stage, what are our standards for, what does our org say about, search knowledge, list standards, knowledge base.
Fetch organization-specific guidance for a programming language or runtime (Python, Go, TypeScript, Java, Rust, Node, etc.) from the Armis Knowledge STAGE environment. Use when generating or reviewing code in a specific language so language idioms, banned APIs, and required patterns are applied. Triggers: /tech-guidance-stage, how do we write Python, Go conventions, our TypeScript patterns, language standards.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code marketplace that ships two plugins — one for each environment of the Armis Knowledge MCP server — so a single agent session can talk to dev and stage independently:
| Plugin | Backend | Slash commands | Token env |
|---|---|---|---|
armis-knowledge-dev | knowledge-mcp.moose-dev.armis.com | /knowledge-dev, /cwe-fix-dev, /framework-guidance-dev, /tech-guidance-dev | ARMIS_KNOWLEDGE_TOKEN_DEV |
armis-knowledge-stage | knowledge-mcp.moose-stg.armis.com | /knowledge-stage, /cwe-fix-stage, /framework-guidance-stage, /tech-guidance-stage | ARMIS_KNOWLEDGE_TOKEN_STAGE |
The plugins use distinct MCP server names (armis-knowledge-dev vs
armis-knowledge-stage), so installing both produces two separate tool
namespaces (mcp__armis_knowledge_dev__* and mcp__armis_knowledge_stage__*)
that can be called in the same conversation.
This bundle contains no knowledge data. The data lives server-side
(per-tenant, in S3) and is queried over HTTPS with the user's bearer token.
That's the whole reason the plugin replaces the
knowledge_driven POC's
~/.claude/skills/knowledge/ setup — see ADR 0003.
Prod note: stage is scaffolded ahead of the stage MCP being live; until
knowledge-mcp.moose-stg.armis.comresolves,/knowledge-stageetc. will return connection errors. A prod variant will be added the same way once MooseProd is up.
plugin/
├── .claude-plugin/marketplace.json manifest listing both plugins
├── dev/
│ ├── .mcp.json server: armis-knowledge-dev → moose-dev
│ └── skills/ /knowledge-dev, /cwe-fix-dev, …
│ ├── knowledge/SKILL.md
│ ├── cwe-remediation/SKILL.md
│ ├── framework-guidance/SKILL.md
│ └── tech-guidance/SKILL.md
├── stage/
│ ├── .mcp.json server: armis-knowledge-stage → moose-stg
│ └── skills/ /knowledge-stage, /cwe-fix-stage, …
│ ├── knowledge/SKILL.md
│ ├── cwe-remediation/SKILL.md
│ ├── framework-guidance/SKILL.md
│ └── tech-guidance/SKILL.md
└── README.md
The webapp's /settings/integrations page renders the up-to-date instructions.
TL;DR:
/plugin marketplace add silk-security/armis-knowledge-mcp
/plugin install armis-knowledge-dev@armis-knowledge-mcp
/plugin install armis-knowledge-stage@armis-knowledge-mcp # optional
The marketplace repo currently lives at silk-security/armis-knowledge-mcp as a temporary stand-in until
ArmisSecurity/armis-knowledge-mcpis provisioned. The install URL will change when that happens.
…then export the token(s) you need (one-hour JWTs, exchanged from
client_id / client_secret per the integrations page):
export ARMIS_KNOWLEDGE_TOKEN_DEV=...
export ARMIS_KNOWLEDGE_TOKEN_STAGE=...
apps/mcp/plugin/ is mirrored to a public marketplace repo by
.github/workflows/publish-plugin.yml
on every push to main that touches the bundle. The workflow needs a
PLUGIN_PUSH_TOKEN repo secret with contents: write on the target.
| Stage | Target repo | Notes |
|---|---|---|
| Today | silk-security/armis-knowledge-mcp | Temporary stand-in. |
| Eventually | ArmisSecurity/armis-knowledge-mcp (sibling of armis-appsec-mcp) | Flip repo_url in the workflow + the install snippets above when the repo exists. |
If you'd rather skip the published marketplace, point marketplace add at the
local path:
/plugin marketplace add /Users/<you>/work/armis/armis-knowledge/apps/mcp/plugin
/plugin install armis-knowledge-dev@armis-knowledge-mcp
npx claudepluginhub silk-security/armis-knowledge-mcp --plugin armis-knowledge-stageDEV environment (knowledge-mcp.moose-dev.armis.com). Adds /knowledge-dev, /cwe-fix-dev, /framework-guidance-dev, and /tech-guidance-dev commands. Reads ARMIS_KNOWLEDGE_TOKEN_DEV. Tenant isolation enforced server-side; no knowledge data stored on disk.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Agent Skills for AI/ML tasks including dataset creation, model training, evaluation, and research paper publishing on Hugging Face Hub
Excalidraw diagramming toolkit — auto-diagram any codebase, architecture diagrams, data flows, with PNG/SVG/URL export