Skip to main content
Glama
gianevag

Meeting Notes MCP Server

by gianevag

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging verbosity: debug, info, warn, errorinfo
CHAT_MODELNoModel for summarization & RAG answersanthropic/claude-sonnet-4-20250514
JWT_SECRETNoSecret key for signing/verifying JWTs (optional, enables auth)
MCP_PASSWORDNoPassword for the single user (optional, enables auth)
MCP_USERNAMENoSingle allowed username (optional, enables auth)
DATABASE_PATHNoPath to SQLite database./data/meetings.db
MCP_HTTP_PORTNoSet to enable HTTP mode
EMBEDDING_MODELNoModel for vector embeddingsopenai/text-embedding-3-small
OPENROUTER_API_KEYYesYour OpenRouter API key
MAX_CONTEXT_MEETINGSNoMeetings retrieved for RAG context5

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/gianevag/meeting-notes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server