RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.potatohoney-p/weasley-deepmind · v1.0.0
Secure, fragment-based long-term memory for MCP-compatible AI agents.
Weasley DeepMind 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"weasley-deepmind": {
"command": "npx",
"args": [
"-y",
"weasley-deepmind"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}DATABASE_URL必填secretPostgreSQL connection URL for a database with pgvector installed.
WEASLEY_DEEPMIND_AUTO_MIGRATE可选Apply pending database migrations before starting the stdio server.
EMBEDDING_API_KEY可选secretOptional embedding provider API key for semantic recall.
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.potatohoney-p/weasley-deepmind",
"type": "mcp-server",
"version": "1.0.0",
"displayName": "Weasley DeepMind",
"description": "Secure, fragment-based long-term memory for MCP-compatible AI agents.",
"repository": {
"url": "https://github.com/potatohoney-p/weasley-deepmind",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "weasley-deepmind",
"version": "1.0.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "DATABASE_URL",
"description": "PostgreSQL connection URL for a database with pgvector installed.",
"isRequired": true,
"isSecret": true
},
{
"name": "WEASLEY_DEEPMIND_AUTO_MIGRATE",
"description": "Apply pending database migrations before starting the stdio server."
},
{
"name": "EMBEDDING_API_KEY",
"description": "Optional embedding provider API key for semantic recall.",
"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.potatohoney-p/weasley-deepmind",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.potatohoney-p%2Fweasley-deepmind/versions/latest",
"isOfficial": true,
"status": "active"
}
}