ยท about 2 hours agoยท Towards Data Science
Building a Personal AI Server to Tame File Visibility Issues
I got tired of copying files into an AI chat just to get feedback. So I built a pure Python MCP server that gives AI tools direct access to my local projectโno frameworks, no dependencies. It runs over stdio for local use and switches to HTTP/SSE for concurrent clients with a single flag. The result
#ai#mcp-server#zero-dependency#python#local-access