omega-stenographer-mcp
by VrtxOmega
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/ |
Capabilities
Features and capabilities supported by this server
| 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
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