uisight
v0.14.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.swnotmetal/koma-gate-mcp · v0.1.1
Classifies prompt injection, jailbreaks, and out-of-scope user input before agents act on it.
Koma Gate MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"koma-gate-mcp": {
"command": "npx",
"args": [
"-y",
"koma-gate-mcp"
]
}
}
}KOMA_PROVIDER可选LLM provider: openai, anthropic, google, deepseek, or ollama (default: google)
KOMA_MODEL可选Optional model override for the selected provider
GEMINI_API_KEY可选secretGoogle Gemini API key (used by the default provider)
OPENAI_API_KEY可选secretOpenAI API key when KOMA_PROVIDER=openai
ANTHROPIC_API_KEY可选secretAnthropic API key when KOMA_PROVIDER=anthropic
DEEPSEEK_API_KEY可选secretDeepSeek API key when KOMA_PROVIDER=deepseek
v0.14.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.3.1
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v26.9.0
io.github.groupdocs-annotation/groupdocs-annotation-mcp
MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents.
v2026.9.4.0
io.github.AceDataCloud/mcp-aichat
MCP server for AI dialogue using various LLM models via AceDataCloud
v1.0.1
com.asterwise/mcp
Vedic and Western astrology for AI agents: charts, dasha, matchmaking, panchanga, numerology, tarot.
v3.0.70
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
{
"id": "io.github.swnotmetal/koma-gate-mcp",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "Koma Gate MCP",
"description": "Classifies prompt injection, jailbreaks, and out-of-scope user input before agents act on it.",
"repository": {
"url": "https://github.com/swnotmetal/Project-Koma",
"source": "github",
"subfolder": "packages/koma-gate-mcp"
},
"homepage": "https://github.com/swnotmetal/Project-Koma/blob/main/packages/koma-gate-mcp/README.md",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "koma-gate-mcp",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "KOMA_PROVIDER",
"description": "LLM provider: openai, anthropic, google, deepseek, or ollama (default: google)"
},
{
"name": "KOMA_MODEL",
"description": "Optional model override for the selected provider"
},
{
"name": "GEMINI_API_KEY",
"description": "Google Gemini API key (used by the default provider)",
"isSecret": true
},
{
"name": "OPENAI_API_KEY",
"description": "OpenAI API key when KOMA_PROVIDER=openai",
"isSecret": true
},
{
"name": "ANTHROPIC_API_KEY",
"description": "Anthropic API key when KOMA_PROVIDER=anthropic",
"isSecret": true
},
{
"name": "DEEPSEEK_API_KEY",
"description": "DeepSeek API key when KOMA_PROVIDER=deepseek",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.swnotmetal/koma-gate-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.swnotmetal%2Fkoma-gate-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}