io.github.IvanRublev/keyphrases-mcp✓
io.github.IvanRublev/keyphrases-mcp · v0.0.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.IvanRublev/keyphrases-mcp",
"description": "An MCP server to extract keyphrases from a text with the BERT model",
"repository": {
"url": "https://github.com/IvanRublev/keyphrases-mcp",
"source": "github"
},
"version": "0.0.4",
"packages": [
{
"registryType": "pypi",
"identifier": "keyphrases-mcp",
"version": "0.0.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "keyphrases-mcp-server",
"type": "positional"
},
{
"description": "Directory containing documents to process",
"isRequired": true,
"format": "filepath",
"type": "named",
"name": "--allowed-dir",
"valueHint": "documents_directory"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}