Meeting Notes MCP Server
by gianevag
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity: debug, info, warn, error | info |
| CHAT_MODEL | No | Model for summarization & RAG answers | anthropic/claude-sonnet-4-20250514 |
| JWT_SECRET | No | Secret key for signing/verifying JWTs (optional, enables auth) | |
| MCP_PASSWORD | No | Password for the single user (optional, enables auth) | |
| MCP_USERNAME | No | Single allowed username (optional, enables auth) | |
| DATABASE_PATH | No | Path to SQLite database | ./data/meetings.db |
| MCP_HTTP_PORT | No | Set to enable HTTP mode | |
| EMBEDDING_MODEL | No | Model for vector embeddings | openai/text-embedding-3-small |
| OPENROUTER_API_KEY | Yes | Your OpenRouter API key | |
| MAX_CONTEXT_MEETINGS | No | Meetings retrieved for RAG context | 5 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues