@nestr/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@nestr/mcpList my current projects and their status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@nestr/mcp
MCP (Model Context Protocol) server for Nestr - connect AI assistants like Claude to your workspace.
What is this?
This MCP server allows AI assistants to interact with your Nestr workspace:
Search for tasks, projects, and roles
Create and update nests
View organizational structure (circles, roles, accountabilities)
Get workspace insights and metrics
Add comments and collaborate
Related MCP server: Caipher MCP
Quick Start
Visit mcp.nestr.io for the easiest setup with step-by-step instructions for Claude Desktop, Claude Code, and Cursor.
Claude Desktop
Go to Settings → Connectors → Add custom connector
Set Name to
Nestrand Remote MCP URL tohttps://mcp.nestr.io/mcpClick "Add" then "Authenticate" to log in with Nestr
Claude Code
claude mcp add nestr --transport http https://mcp.nestr.io/mcpThen run /mcp in Claude Code and click "Authenticate" to log in.
Using the npm Package (Local)
If you prefer to run the MCP server locally:
npx @nestr/mcpConfigure your AI client with:
{
"mcpServers": {
"nestr": {
"command": "npx",
"args": ["-y", "@nestr/mcp"],
"env": {
"NESTR_API_KEY": "your-api-key-here"
}
}
}
}To get an API key:
Go to your Nestr workspace
Click Settings → Integrations → Workspace API access → Configure
Click "New API key" and copy it
Start Using It
Ask your AI assistant things like:
"What workspaces do I have access to?"
"Search for tasks related to marketing"
"Create a new project called 'Q1 Planning'"
"What are my current projects and their status?"
"Who is responsible for customer support?"
Available Tools
Workspace & Search
Tool | Description |
| List accessible workspaces |
| Get workspace details |
| Create a new workspace (OAuth only) |
| Search for nests (tasks, projects, roles) |
| Get current user identity and workspace list |
Nests (Tasks, Projects, Roles)
Tool | Description |
| Get details of a specific nest (supports batch fetch with comma-separated IDs) |
| Get child nests |
| Create a new nest |
| Update nest properties |
| Delete a nest |
| Reorder a nest relative to another |
| Bulk reorder multiple nests |
| Add a label to a nest |
| Remove a label from a nest |
Comments & Discussion
Tool | Description |
| Add a comment to a nest |
| Get comments/discussion on a nest |
| Update a comment |
| Delete a comment |
Organization Structure
Tool | Description |
| List organizational circles |
| Get circle details |
| Get roles in a circle with accountabilities and domains |
| List all roles |
| List workspace members |
| Get user details |
| Add a user to the workspace |
Tensions
Tool | Description |
| Create a tension on a circle or role |
| Get tension details |
| List tensions on a circle or role |
| Update a tension |
| Delete a tension |
| Get proposal parts of a tension |
| Add a proposal part (new/changed governance item) |
| Modify a proposal part |
| Remove a proposal part |
| Get children (accountabilities/domains) of a proposal part |
| Add a child to a proposal part |
| Update a proposal part child |
| Delete a proposal part child |
| Preview the diff a proposal part would apply |
| Get voting status for a tension |
| Submit for voting or retract to draft |
Graph Links
Tool | Description |
| Get nests linked via a named relation (e.g., meeting agenda items) |
| Create a bidirectional link between two nests |
| Remove a link between two nests |
Labels & Projects
Tool | Description |
| List workspace labels |
| Get label details |
| List projects with status |
Insights & Apps
Tool | Description |
| Get workspace metrics |
| Get historical trend data for a metric |
| List enabled apps/features |
Personal (OAuth only)
Tool | Description |
| Get current user identity and workspaces |
| List items in user's inbox |
| Quick capture to inbox |
| Get inbox item details |
| Update inbox item |
| Reorder inbox items |
| List user's personal labels |
| Create a personal label |
| Get items marked for today |
| Add items to today's focus |
| Remove items from today's focus |
| List tensions authored by or assigned to you |
| List governance proposals needing your vote |
MCP Apps (Interactive UI)
MCP Apps are interactive UI components that can be embedded in MCP clients that support them (like Claude.ai). They provide rich, visual interfaces for working with Nestr data.
Completable List
Resource URI: ui://nestr/completable-list
An interactive list for viewing and completing tasks and projects.
Features:
Projects show a box icon, todos show a checkbox
Check items to mark them complete (strikethrough)
Inline editing of titles (auto-saves)
Drag-and-drop reordering
Shows parent path for context
Quick link to open item in Nestr
Usage: When an AI assistant returns task or project results, supporting clients can render this interactive UI instead of plain text, allowing you to complete items, edit titles, and reorder directly in the chat.
Authentication
OAuth (Recommended)
The hosted service at mcp.nestr.io handles OAuth automatically. Just add the server and authenticate through your browser.
OAuth respects user-specific permissions - the AI assistant can only access what the authenticated user can access.
API Key
API keys provide full workspace access and work with the local npm package. See Quick Start above.
Note: API keys have full workspace access regardless of user permissions.
Environment Variables
Authentication (Required)
Variable | Description |
| Nestr API key (full workspace access) |
| OAuth token (respects user permissions) |
* Either NESTR_API_KEY or NESTR_OAUTH_TOKEN is required for local usage.
Configuration (Optional)
Variable | Description | Default |
| API base URL |
|
Hosting/Server (HTTP transport only)
These are used when running the HTTP server for hosted deployments:
Variable | Description | Default |
| HTTP server port |
|
| OAuth client ID for hosted OAuth flow | - |
| OAuth client secret | - |
| 32-byte base64 key for encrypting OAuth sessions at rest | - |
| Google Tag Manager container ID for landing page | - |
Analytics (Optional)
Server-side analytics options:
GA4 Measurement Protocol:
Variable | Description |
| GA4 Measurement ID (e.g., |
| Measurement Protocol API secret |
| Set to |
Note: Both GA4_MEASUREMENT_ID and GA4_API_SECRET are required for GA4 tracking. If only the measurement ID is set, a warning is logged and tracking is disabled.
MCPcat (MCP-specific analytics):
Variable | Description |
| MCPcat project ID (from mcpcat.io) |
| Enable session replay (default: |
Development
# Clone the repository
git clone https://github.com/nestr-dev/nestr-mcp.git
cd nestr-mcp
# Install dependencies
npm install
# Set your API key
export NESTR_API_KEY=your-api-key
# Run in development mode (stdio)
npm run dev
# Run HTTP server for local testing
npm run dev:http
# Build for production
npm run build
# Test with MCP Inspector
npm run inspectSecurity
Never commit your API key or OAuth token to version control
OAuth tokens respect user permissions and are recommended
API keys provide full workspace access - use OAuth for granular permissions
Rotate credentials if you suspect they've been compromised
Resources
Setup Guide - Step-by-step setup instructions
License
MIT - see LICENSE
Support
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nestr-dev/nestr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server