the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ni-c/linkwarden-mcp",
"description": "MCP server for Linkwarden, the self-hosted bookmark manager with page preservation",
"title": "Linkwarden",
"repository": {
"url": "https://github.com/ni-c/linkwarden-mcp",
"source": "github"
},
"version": "0.1.2",
"websiteUrl": "https://linkwarden-mcp.ni-c.de",
"packages": [
{
"registryType": "npm",
"identifier": "linkwarden-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Linkwarden instance, e.g. https://links.example.net (without /api/v1)",
"isRequired": true,
"format": "string",
"name": "LINKWARDEN_URL"
},
{
"description": "Access token from Settings -> Access Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINKWARDEN_TOKEN"
},
{
"description": "Set to true to register only the 11 read tools and no write tools",
"format": "boolean",
"name": "LINKWARDEN_READ_ONLY"
},
{
"description": "Set to true to accept self-signed certificates for this connection only",
"format": "boolean",
"name": "LINKWARDEN_INSECURE_TLS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/linkwarden-mcp:0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Linkwarden instance, e.g. https://links.example.net (without /api/v1)",
"isRequired": true,
"format": "string",
"name": "LINKWARDEN_URL"
},
{
"description": "Access token from Settings -> Access Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINKWARDEN_TOKEN"
},
{
"description": "Set to true to register only the 11 read tools and no write tools",
"format": "boolean",
"name": "LINKWARDEN_READ_ONLY"
},
{
"description": "Set to true to accept self-signed certificates for this connection only",
"format": "boolean",
"name": "LINKWARDEN_INSECURE_TLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T10:59:47.820591Z",
"publishedAt": "2026-08-18T10:59:47.820591Z",
"updatedAt": "2026-08-18T10:59:47.820591Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.