mcpbeat Sign in

Alphacouncil Agent MCP Server

local only

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

Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.

Installs per day peak 1 120 · avg 109 · +94% w/w
a month agotoday
160
Installs / week
npm · alphacouncil-agent
3
Stars
1 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 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.

  const userConfig = join(root, "empty-user.npmrc");
Page executes code built at runtime gui/index.html:155, [пакет] gui/index.html:155
  $("runs").innerHTML = runs.map((r) => `

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

Alternatives to Alphacouncil Agent

same job, measured the same way
Obra Cfo
by get-obra

Local-first MCP that runs an investment committee on your pitch and scores funding readiness.

55 installs/wk local only
openInvest
by longsizhuo

Investment runtime for AI agents — LLM investment committee, portfolio ledger, decision accounting

492 installs/wk local only
matterfact
by matterfact

Investment research superagent: podcasts, SEC filings, and no-code research pipelines.

answering
simframe
by lvlrsajjad

Always-warm iOS Simulator and Android emulator frames: agents read the screen in ~20ms

1 967 installs/wk local only
Klarefi
by klarefi

Complete regulated intake work and retrieve cited case files without deciding the case.

46 installs/wk 20 tools answering
GCP Platform Engineer
by debilla

Read-only GCP tools for debugging incidents and finding cost savings

562 installs/wk local only
A
Projectlaunch
by projectlaunch

Agent-facing site in pre-launch; agents can read the site and submit intent.

4 tools answering
Safe Fix MCP
by pamela-0

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

99 installs/wk local only

Alphacouncil Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Alphacouncil Agent?
Alphacouncil Agent 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 alphacouncil-agent was installed 160 times last week.
How do I connect Alphacouncil Agent?
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 alphacouncil-agent straight from npm; nothing to host, nothing to sign up for.
How many people use Alphacouncil Agent?
The npm package alphacouncil-agent was installed 160 times in the last week. Week over week that is +94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alphacouncil Agent open source?
Yes — it is published under the MIT licence, written in JavaScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.