Nestr Dev MCP Server

Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams. Its 40 documented tools cover nestr, tension, nest, part.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 5 · #15 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Nestr Dev MCP Server

before you install - you'll need

NESTR_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add nestr-dev-nestr-mcp --transport http https://mcp.nestr.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nestr-dev-nestr-mcp": {
      "url": "https://mcp.nestr.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.nestr.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.nestr.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @nestr/mcp - the @nestr scope differs from the repo owner (nestr-dev); confirm it's the project's official package

registry vendor namespace io.nestr - domain-verified with the official MCP registry

03 · What Nestr Dev MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list accessible workspaces, get workspace details, create a new workspace (OAuth only), and search for nests (tasks, projects, roles).

Capability map

Tools grouped from the project's README - what Nestr Dev MCP Server lets an agent do.

Nestr

38 tools - e.g. List accessible workspaces; Get workspace details; Create a new workspace (OAuth only)

nestr_list_workspaces · nestr_get_workspace · nestr_create_workspace · nestr_search · nestr_get_me · nestr_get_nest…

auth & access

2 tools - e.g. Get roles in a circle with accountabilities and domains; List all roles

nestr_get_circle_roles · nestr_list_roles

04 · Who maintains Nestr Dev MCP Server

mcp is maintained by nestr-dev. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
communication - ranked #15 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.nestr/mcp (active, first published 2026-01-21 · 68 versions)
packages
npm:@nestr/mcp

06 · Nestr Dev MCP Server FAQ

Is Nestr Dev MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25. We re-verify nightly.

What can Nestr Dev MCP Server do?

With this server connected, an agent can list accessible workspaces, get workspace details, create a new workspace (OAuth only), and search for nests (tasks, projects, roles).

How do I install Nestr Dev MCP Server?

Run `npx -y @nestr/mcp`. The README documents one environment variable (NESTR_API_KEY) to set first. You can also paste the ready-made client config above.

Does Nestr Dev MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Nestr Dev MCP Server

More communication MCP servers · Ethereum & EVM Message Signing · Registry Monitor · PumpFun Claims Bot · Openfuse MCP · Omnicord

More TypeScript MCP servers · Okffs · Context · Toolcairn MCP · db-MCP (SQLite MCP Server) · MySQL MCP · see all