Nogra 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., "@Nogra MCPsave a brief titled Q4 review"
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.
Nogra MCP
The MCP server behind Nogra — brief, GO, dispatch,
evidence, verify for AI-assisted work. This package is the protocol bridge:
32 public tools for briefs, dispatch transport, run events, registry and
redaction, served over MCP stdio against the current workspace's local
.nogra/ records.
Install
Usually nothing to install: the Nogra Claude Code plugin starts this server
automatically through its bundled launcher (npx first, uvx/pipx as
fallbacks). Standalone:
npx -y @nograai/mcp # npm path — standalone platform binaries, no Python needed
uvx nogra-mcp # PyPI path — needs uv on PATHRun it from a workspace folder; it reads and writes that workspace's
.nogra/ records.
Related MCP server: Memory MCP Server
What it serves
Public mode only: 32 tools covering brief save/validate/promote, dispatch handoffs, transport lifecycle (dispatch, status, events, return), run records, the contract registry and text redaction. Everything stays in local markdown/JSON files the user owns — the server does zero model inference, makes no network calls of its own, and never touches credentials.
Naming
The nogra MCP server name is reserved for the public plugin path. If you
develop against a local checkout, register it under a different name (for
example nogra-dev) so the two never collide.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nograai/nogra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server