
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
mcparmory-linkup
Advanced tools
Base URL: https://api.linkup.so
| Category | AI & Machine Learning |
| Tools | 4 |
| Auth | Bearer Token |
BEARER_TOKEN=YOUR_BEARER_TOKEN \
uvx mcparmory-linkup
pip install mcparmory-linkup
BEARER_TOKEN=YOUR_BEARER_TOKEN \
mcparmory-linkup
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"linkup": {
"command": "uvx",
"args": ["mcparmory-linkup"],
"env": {
"BEARER_TOKEN": "YOUR_BEARER_TOKEN"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
BEARER_TOKEN — Bearer tokenDo not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/linkup):
{
"mcpServers": {
"linkup": {
"command": "python",
"args": ["/home/user/mcp-servers/linkup/server.py"]
}
}
}
docker run -p 8000:8000 \
-e BEARER_TOKEN=YOUR_BEARER_TOKEN \
ghcr.io/mcparmory/linkup:latest
First, configure your credentials in .env (see Credentials above).
docker build -t linkup .
docker run -p 8000:8000 --env-file .env linkup
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"linkup": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Search the web and fetch pages with sourced results, optimized for AI agents
We found that mcparmory-linkup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.