gengomcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g. INFO, DEBUG) | INFO |
| QDRANT_KEY | Yes | Qdrant API key | |
| QDRANT_URL | Yes | Qdrant cluster URL | |
| EMBEDDING_MODEL | No | Embedding model to use (default: Snowflake/snowflake-arctic-embed-s) | Snowflake/snowflake-arctic-embed-s |
| AUTO_CREATE_INDEXES | No | Whether to automatically create payload indexes at startup (default: true) | true |
| QDRANT_COLLECTION_NAME | Yes | Collection to search (e.g. papers_test) |
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
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersA | Semantic search for ACL conference papers about NLP. Embeds the |
| get_paperA | Fetch a single ACL conference NLP paper by its |
| list_papersA | Browse ACL conference NLP papers using structured filters only (no semantic query). USE THIS to list papers when you know the filters but have no search text — e.g. 'all ACL 2024 papers' or 'all papers by this author'. Supports year/venue/acronym/field_of_study/author filters and pagination via |
| get_collection_infoA | Discover the ACL NLP papers collection schema: vector dimensions, distance metrics, total paper count, and sampled distinct values for filterable fields (years, venue acronyms, booktitles, fields of study). USE THIS first when you need to know what venues, years, or fields exist before building search_papers or list_papers filters. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/sobamchan/gengomcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server