mcpbeat Sign in

Sourcey MCP Server

local only

Sourcey runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 29 Aug 2026.

Stdio bridge to Sourcey startup offers and Agent Readiness report cards.

Installs per day peak 146 · avg 8 · +10% w/w
a month agotoday
28
Installs / week
npm · @sourcey/mcp-server
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Sourcey 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 mcp-server -- npx -y @sourcey/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@sourcey/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@sourcey/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@sourcey/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@sourcey/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sourcey

same job, measured the same way
Fractional Teams Portal
by fractionalteams

Fractional Teams client reports, outreach leads, lead marking, paid media and agent-readiness scans.

13 tools answering
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only
Abap MCP
by palimkarakshay

Offline SAP ABAP/RAP tools for AI agents: lint, Cloud readiness, released APIs, knowledge.

447 installs/wk local only
Clawwork
by gammell53

AI agent project management — task boards, progress tracking, and cost reporting.

36 installs/wk local only
BriefPort Agent Delivery
by briefport

Coding agents read frozen requirements, report progress, and submit delivery evidence.

answering
Dmarc Examiner
by dmarc-examiner

Read your own DMARC aggregate and forensic reports: sources, alignment, alerts, CSV export.

31 installs/wk 21 tools answering
Canary MCP
by osauer

Read-only IBKR MCP: account, positions, brief, regime, stress, reporting, Edge, and risk.

local only
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

82 installs/wk local only

Sourcey — questions

Answers built from our own checks of this server.

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