Skip to main content
Glama

Notion MCP Server V2

by ankitmalik84
config.ymlโ€ข411 B
directories: db_path: "data/chatbot.db" vectordb_dir: "data/vectordb" llm_config: chat_model: "gpt-4o" summary_model: "gpt-4o" rag_model: "gpt-4o-mini" temperature: 0.0 chat_history_config: max_history_pairs: 2 max_characters: 1000 max_tokens: 2000 agent_config: max_function_calls: 3 vectordb_config: collection_name: "chat_history" embedding_model: "text-embedding-3-small" k: 3

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/ankitmalik84/Agentic_Longterm_Memory'

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