Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Glygen Server

FreeNot checked

MCP server that enables querying GlyGen for summaries of proteins, glycans, sites, biomarkers, and diseases.

GitHubEmbed

About

MCP server that enables querying GlyGen for summaries of proteins, glycans, sites, biomarkers, and diseases.

README

Using the MCP server remotely

Assuming you have web based access to AI chat such as Claude - https://claude.ai, use the following steps to connect to the remove GlyGen MCP server (https://mcp.glygen.org/mcp). After you login to https://claude.ai

1. Login to https://claude.ai
2. Go to "Settings" --> "Connectors" --> "Add Custom Connector"
3. Put value "Glygen MCP Server" for the name field
4. Put value "https://mcp.glygen.org/mcp" for server

Deploying the MCP server on your linux VM

Create MCP container

Run the following command to create the MCP container

$ python3 create_mcp_container.py -s dev

Create service for the container

Edit /usr/lib/systemd/system/docker-glygen-mcp-dev.service and place the following content in it.

[Unit]
Description=GlyGen MCP Server Container (dev)
Requires=docker.service
After=docker.service
[Service]
Restart=always
ExecStart=/usr/bin/docker start -a running_glygen_mcp_dev
ExecStop=/usr/bin/docker stop -t 2 running_glygen_mcp_dev
[Install]
WantedBy=default.target

This will allow you to start/stop the container with the following commands, and ensure that the container will start on server reboot.

   $ sudo systemctl daemon-reload
   $ sudo systemctl enable docker-glygen-mcp-dev.service
   $ sudo systemctl start docker-glygen-mcp-dev.service
   $ sudo systemctl stop docker-glygen-mcp-dev.service

Testing the MCP server

Runn the following commands to test some of the MCP tools

python3 test-endpoint.py -s dev -g protein -n get_protein_summary
python3 test-endpoint.py -s dev -g site -n get_site_summary
python3 test-endpoint.py -s dev -g glycan -n get_glycan_summary
python3 test-endpoint.py -s dev -g biomarker -n get_biomarker_summary
python3 test-endpoint.py -s dev -g disease -n get_disease_summary

from github.com/glygener/glygen-mcp-server

Installing Glygen Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/glygener/glygen-mcp-server

FAQ

Is Glygen Server MCP free?

Yes, Glygen Server MCP is free — one-click install via Unyly at no cost.

Does Glygen Server need an API key?

No, Glygen Server runs without API keys or environment variables.

Is Glygen Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Glygen Server in Claude Desktop, Claude Code or Cursor?

Open Glygen Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Glygen Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs