SeekLink✓
io.github.simonsysun/seeklink · v0.7.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.simonsysun/seeklink",
"description": "Local read-only semantic search for Markdown vaults through MCP.",
"title": "SeekLink",
"repository": {
"url": "https://github.com/simonsysun/seeklink",
"source": "github"
},
"version": "0.7.0",
"websiteUrl": "https://github.com/simonsysun/seeklink",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "seeklink",
"version": "0.7.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "seeklink[mcp]==0.7.0",
"type": "named",
"name": "--from"
},
{
"value": "seeklink",
"type": "positional"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"description": "Absolute path to the Markdown vault to search.",
"isRequired": true,
"format": "filepath",
"placeholder": "/absolute/path/to/markdown-vault",
"type": "named",
"name": "--vault"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}