com.driflyte/driflyte-mcp-server✓
com.driflyte/driflyte-mcp-server · v0.1.15
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.driflyte/driflyte-mcp-server",
"description": "Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.",
"repository": {
"url": "https://github.com/serkan-ozal/driflyte-mcp-server",
"source": "github"
},
"version": "0.1.15",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@driflyte/mcp-server",
"version": "0.1.15",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.driflyte.com/mcp"
},
{
"type": "streamable-http",
"url": "https://mcp.driflyte.com/openai"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}