mcpbeat Sign in

Mitre Attack MCP Server

local only

Mitre Attack MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Search the MITRE ATT&CK enterprise knowledge base for adversary techniques and tactics.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @mrfentmen/mitre-attack-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mitre-attack-mcp -- npx -y @mrfentmen/mitre-attack-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mitre-attack-mcp": {
      "args": [
        "-y",
        "@mrfentmen/mitre-attack-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mitre-attack-mcp]
command = "npx"
args = ["-y", "@mrfentmen/mitre-attack-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mitre-attack-mcp": {
      "args": [
        "-y",
        "@mrfentmen/mitre-attack-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mitre-attack-mcp": {
      "args": [
        "-y",
        "@mrfentmen/mitre-attack-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mitre Attack MCP

same job, measured the same way
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

28 installs/wk local only
Tencent Lexiang MCP Server
by tencent-lexiang

Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

answering
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

53 installs/wk answering
Distillery
by norrietaylor

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

200 installs/wk local only
I
Nol MCP
by yawlabs

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

local only
XKnow Knowledge Base
by techreone

Search and explore source-backed SEO, SaaS, and LLM-wiki knowledge from the XKnow knowledge base.

54 installs/wk local only
Seendb
by seendb

Video knowledge base for agents: search your library's transcripts, keyframes and on-screen text.

answering
Freshdesk
by wyre-ai

MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.

local only

Mitre Attack MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mitre Attack MCP?
Mitre Attack MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/mitre-attack-mcp.
Is Mitre Attack MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mitre Attack MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/mitre-attack-mcp straight from npm; nothing to host, nothing to sign up for.