uisight
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.neo4j-contrib/gds-agent · v1.0.1
Neo4j Graph Data Science MCP server
Neo4j GDS Agent 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"gds-agent": {
"command": "uvx",
"args": [
"gds-agent"
],
"env": {
"NEO4J_URI": "<NEO4J_URI>",
"NEO4J_USERNAME": "<NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<NEO4J_PASSWORD>"
}
}
}
}NEO4J_URI必填Neo4j connection URI (neo4j:// or neo4j+s://)
NEO4J_USERNAME必填Neo4j username
NEO4J_PASSWORD必填secretNeo4j password
NEO4J_DATABASE可选Neo4j database name
AURA_API_CLIENT_ID可选Aura API client ID (enables Aura Graph Analytics session mode)
AURA_API_CLIENT_SECRET可选secretAura API client secret
AURA_API_PROJECT_ID可选Aura project ID (only if the API client can access multiple projects)
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.4.0
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v3.0.71
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
v2.6.14
io.github.DamianTodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
v0.9.4
io.github.prismnetwork-tech/mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
v0.4.0
io.github.LBarimi/failtrace
Reproduce, compare, isolate, and minimize software failures with saved evidence.
{
"id": "io.github.neo4j-contrib/gds-agent",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "Neo4j GDS Agent",
"description": "Neo4j Graph Data Science MCP server",
"repository": {
"url": "https://github.com/neo4j-contrib/gds-agent",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "gds-agent",
"version": "1.0.1",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "NEO4J_URI",
"description": "Neo4j connection URI (neo4j:// or neo4j+s://)",
"isRequired": true
},
{
"name": "NEO4J_USERNAME",
"description": "Neo4j username",
"isRequired": true
},
{
"name": "NEO4J_PASSWORD",
"description": "Neo4j password",
"isRequired": true,
"isSecret": true
},
{
"name": "NEO4J_DATABASE",
"description": "Neo4j database name"
},
{
"name": "AURA_API_CLIENT_ID",
"description": "Aura API client ID (enables Aura Graph Analytics session mode)"
},
{
"name": "AURA_API_CLIENT_SECRET",
"description": "Aura API client secret",
"isSecret": true
},
{
"name": "AURA_API_PROJECT_ID",
"description": "Aura project ID (only if the API client can access multiple projects)"
}
]
}
],
"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.neo4j-contrib/gds-agent",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.neo4j-contrib%2Fgds-agent/versions/latest",
"isOfficial": true,
"status": "active"
}
}