
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
mcparmory-linkly
Advanced tools
Base URL: https://app.linklyhq.com
| Category | Analytics |
| Tools | 17 |
| Auth | API Key |
API_KEY=YOUR_API_KEY \
uvx mcparmory-linkly
pip install mcparmory-linkly
API_KEY=YOUR_API_KEY \
mcparmory-linkly
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"linkly": {
"command": "uvx",
"args": ["mcparmory-linkly"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
API_KEY — API Key Authentication (api_key)Do 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/linkly):
{
"mcpServers": {
"linkly": {
"command": "python",
"args": ["/home/user/mcp-servers/linkly/server.py"]
}
}
}
docker run -p 8000:8000 \
-e API_KEY=YOUR_API_KEY \
ghcr.io/mcparmory/linkly:latest
First, configure your credentials in .env (see Credentials above).
docker build -t linkly .
docker run -p 8000:8000 --env-file .env linkly
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"linkly": {
"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
Create short links, manage domains, and track click analytics
We found that mcparmory-linkly 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
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.