II.
ToolServer JSON
Structured · livetool-server:mcp-chromadb
ChromaDB MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-chromadb",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-knowledge.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "ChromaDB MCP Server",
"description": "MCP server providing access to ChromaDB embedding database.\nEnables AI agents to create collections, add documents with\nembeddings, query by similarity, and manage metadata filters\nfor local or client-server Chroma deployments.\n",
"protocol": "mcp",
"category": "knowledge",
"repoUrl": "https://github.com/chroma-core/chroma-mcp",
"maintainer": "Chroma",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-chromadb",
"to": "tool:chromadb",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-chromadb",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-chromadb",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}