.mcp.json•642 B
{
"mcpServers": {
"data-extractor": {
"command": "uv",
"args": [
"run",
"--with",
"git+https://github.com/ThreeFish-AI/data-extractor.git@v0.1.5",
"data-extractor"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/cm.huang/Documents/workspace/projects/aurelius/attention"
]
},
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
},
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}