This is an experimental MCP implementation using ast-grep CLI.
ast-grep
and uv
uv
{
"mcpServers": {
"server-name": {
"command": "uv",
"args": ["--directory", "/path/to/repo", "run", "main.py"],
"env": {}
}
}
}
{
"mcpServers": {
"server-name": {
"env": {},
"args": [
"--directory",
"/path/to/repo",
"run",
"main.py"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.