What is the TeamMemory MCP server?
Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
How to install TeamMemory
Copy-paste configuration for popular MCP clients.
DATABASE_URLrequiredsecretPostgreSQL connection string (with pgvector extension)
TEAM_MEMORY_CONFIGPath to config.yaml (optional)
{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<YOUR_TEAM_MEMORY_CONFIG>"
}
}
}
}{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<YOUR_TEAM_MEMORY_CONFIG>"
}
}
}
}{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<YOUR_TEAM_MEMORY_CONFIG>"
}
}
}
}{
"servers": {
"team-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<YOUR_TEAM_MEMORY_CONFIG>"
}
}
}
}claude mcp add team-memory --env DATABASE_URL=<YOUR_DATABASE_URL> --env TEAM_MEMORY_CONFIG=<YOUR_TEAM_MEMORY_CONFIG> -- uvx team_memoryRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.