Content
@
0 reply
0 recast
2 reactions
Rafi
@rafi
Model Context Protocol from Anthropic is a common interface for AI to access external data. File system, GitHub, Puppeteer (for browsers), and others are already implemented. This makes ad-hoc agents so much easier to implement https://www.anthropic.com/news/model-context-protocol
3 replies
3 recasts
12 reactions
Rafi
@rafi
This will make personal ai tools so much easier to build. Before a dev had to build an UI and connect it with the backend. Now It's possible to build only the backend and interact with it via official Claude app without setting up Developer API
1 reply
0 recast
4 reactions
Rafi
@rafi
Servers are quite easy to build. Here's one for interacting with git repo: https://github.com/modelcontextprotocol/servers/blob/main/src/git/src/mcp_server_git/server.py
0 reply
0 recast
1 reaction