Skip to main content
Glama

Zotero MCP Server

by kujenga
cli.py384 B
import argparse from zotero_mcp import mcp def main(): parser = argparse.ArgumentParser(description="Zotero Model Contect Server") parser.add_argument( "--transport", choices=["stdio", "sse"], default="stdio", help="Transport to use", ) args = parser.parse_args() mcp.run(args.transport) if __name__ == "__main__": main()

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/kujenga/zotero-mcp'

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