io.github.cyanheads
pubmed-mcp-server
Comprehensive PubMed MCP Server to search, retrieve, and analyze biomedical literature from NCBI.
communityknowledge
Package Details
@cyanheads/pubmed-mcp-server
Transportstdio
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:stdioEnvironment Variables
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
NCBI_API_KEY(str)
Your NCBI API key for higher rate limits.
@cyanheads/pubmed-mcp-server
TransportStreamable HTTP
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:httpEnvironment Variables
MCP_HTTP_HOST(str)
Default:
localhostThe host for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3017The port for the HTTP server.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for MCP requests.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level (e.g., 'debug', 'info', 'warn').
NCBI_API_KEY(str)
Your NCBI API key for higher rate limits.