omega-stenographer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONUTF8 | No | Set to '1' on Windows to avoid encoding errors | 0 |
| STENO_TOP_K | No | Number of briefs returned by stenographer_compact_guard | 5 |
| STENO_TURN_LIMIT | No | Number of unprocessed turns before compression triggers | 8 |
| OMEGA_STENOGRAPHER_DIR | No | Override the data directory for the SQLite database | ~/.omega-stenographer/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| stenographer_ingest_exchangeA | Ingest a conversation turn. Call after every significant user or assistant message. |
| stenographer_get_briefB | Get the live running notes document. |
| stenographer_compact_guardB | Get compressed briefing + top-k relevant fragments. Call when context window pressure hits. |
| stenographer_mark_milestoneC | Flag a critical decision for tier-A priority. |
| stenographer_query_historyB | FTS5 keyword search over all ingested exchanges. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Running Notes | Live running notes document from the current session |
| Compaction Guard | Auto-compressed briefing + relevant RAG fragments |
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/VrtxOmega/omega-stenographer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server