Servers
AIOS Monorepo
@AndyLeong33dev
This repository contains all source code for AIOS (Langchain server, Website, Desktop application). This will be a good example using MCPs
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"AIOS-source-code-for-MVP": {
"command": "uv",
"args": [
"venv"
]
}
}
}