mcpbeat Sign in

Prompyai MCP Server

by samouh-waleed Your server? Claim it
local only

Prompyai runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 13 Mar 2026.

Scores your prompts against your real codebase — context-aware prompt intelligence

Installs per day peak 21 · avg 6 · +14% w/w
a month agotoday
33
Installs / week
npm · prompyai-mcp
1
Stars
0 open issues
13 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Prompyai every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key for AI-powered suggestions (optional — free heuristic scoring works without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Prompyai

same job, measured the same way
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
Codexa
by mirnoorata

Codex-native codebase intelligence context compiler and query-only MCP server.

86 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Codebase Chat
by shinzarou-eng

Local-first codebase intelligence: cited answers, audits, reports. EN/FR.

281 installs/wk local only
AI Architect MCP Codebase
by cdeust

Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.

local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
Postcodeproperty
by markhahnel

UK area & property intelligence for AI agents: reports, EPC, comparables, with source provenance.

answering

Prompyai — questions

Answers built from our own checks of this server.

Why is there no uptime for Prompyai?
Prompyai 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 prompyai-mcp was installed 33 times last week.
How do I connect Prompyai?
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 prompyai-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Prompyai?
The npm package prompyai-mcp was installed 33 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Prompyai open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.