mcpbeat Sign in

Agent Pattern MCP Server

local only

Agent Pattern MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 17 Sep 2026.

MCP server that provides AI agent pattern expertise for designing agent systems

Installs per day peak 90 · avg 3
a month agotoday
90
Installs / week
npm · @olkow/agent-pattern-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime verify/mutmut/mutmut_compat.py:73
    exec(compile(original.replace(_TRAMPOLINE_GUARD, ""), "<mutmut_compat>", "exec"), namespace)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 agent-pattern-mcp -- npx -y @olkow/agent-pattern-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-pattern-mcp": {
      "args": [
        "-y",
        "@olkow/agent-pattern-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-pattern-mcp]
command = "npx"
args = ["-y", "@olkow/agent-pattern-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-pattern-mcp": {
      "args": [
        "-y",
        "@olkow/agent-pattern-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-pattern-mcp": {
      "args": [
        "-y",
        "@olkow/agent-pattern-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Pattern MCP

same job, measured the same way
Architecture Pattern MCP
by olk

MCP server that provides architecture design expertise to AI coding agents

34 installs/wk local only
Factsets MCP Server
by joshua-auchincloss

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

41 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Huoshui Fetch
by huoshuiai42

An MCP server that provides tools for fetching, converting, and extracting data from web pages.

25 installs/wk local only
MCP Context Server
by alex-feel

An MCP server that provides persistent multimodal context storage for LLM agents.

472 installs/wk local only
Agent Skill
by deep-identity-inc

An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

answering
Expenselm MCP Server
by clarenceh

An MCP server that provides access to your expense data on ExpenseLM.

78 installs/wk local only
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only

Agent Pattern MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Pattern MCP?
Agent Pattern 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 @olkow/agent-pattern-mcp was installed 90 times last week.
How do I connect Agent Pattern 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 @olkow/agent-pattern-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Pattern MCP?
The npm package @olkow/agent-pattern-mcp was installed 90 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Pattern MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.