An MCP server for querying the CISA Known Exploited Vulnerabilities catalog, including BOD 22-01 and EPSS overlay information. It is configured for use in MCP clients like Claude Desktop via the `cisa-kev-mcp` command.
From the registry: CISA Known Exploited Vulnerabilities feed + remediation deadlines for US federal + critical infr...
$ uv --versionhttps://docs.astral.sh/uv/$ pip install cisa-kev-mcphttps://pypi.org/project/cisa_kev_mcp/Please install the `cisa-kev-mcp` MCP server into my current AI client (that's you).
Optional prerequisites:
- Install uv — Install uv so you can run the MCP server via uvx, which is the simplest portable path shown in the README. Run: `uv --version` (https://docs.astral.sh/uv/)
- Alternative: install Python package with pip — If you prefer not to use uvx, install the server package globally or in an environment with pip, then run the cisa-kev-mcp command directly. Run: `pip install cisa-kev-mcp` (https://pypi.org/project/cisa_kev_mcp/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["cisa-kev-mcp"]
Note: README states the server uses stdio transport. No environment variables are required for the free tier; README says zero-config and no API key required.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.