:
by htlin222
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OE_MCP_BASE_URL | No | OpenEvidence base URL | https://www.openevidence.com |
| OE_MCP_ROOT_DIR | No | Root for default auth paths | ~/.openevidence-mcp |
| OE_MCP_ARTIFACT_DIR | No | Artifact output directory | OS temp dir + openevidence-mcp |
| OE_MCP_COOKIES_PATH | No | Cookie file | ./cookies.json if present, else ~/.openevidence-mcp/auth/cookies.json |
| OE_MCP_AUTH_STATE_PATH | No | Legacy alias for OE_MCP_COOKIES_PATH | |
| OE_MCP_CROSSREF_MAILTO | No | Optional Crossref polite-pool email | |
| OE_MCP_POLL_TIMEOUT_MS | No | Default poll timeout | 180000 |
| OE_MCP_POLL_INTERVAL_MS | No | Poll interval for oe_ask | 1200 |
| OE_MCP_CROSSREF_VALIDATE | No | Set 0 to skip Crossref validation | 1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| oe_auth_statusB | Check if the local OpenEvidence session is valid. |
| oe_history_listC | List question history from OpenEvidence account. |
| oe_article_getC | Fetch article payload by article id. |
| oe_askB | Create a question and optionally wait for completion. For follow-up question pass original_article_id. |
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
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/htlin222/openevidence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server