Tutorials
Developing with Cursor
Use Cursor to build AWP implementations faster
This guide will help you set up Cursor to help you build custom Agent Wire Protocol (AWP) servers and clients faster. The same principles apply to other IDE’s like Windsurf, VSCode, etc.
Adding the documentation to Cursor
- Open up the Cursor settings
- Go to Features > Docs and click ”+ Add new Doc”
- Paste in the following URL: https://docs.agentwire.io/llms-full.txt
- Click “Add”
Using the documentation
Now you can use the documentation to help you build your AWP project. Load the
docs into the current prompt by typing the @
symbol, selecting “Docs” and then
selecting “Agent Wire Protocol” from the list. Happy coding!
Best practices
When building AWP servers with Cursor:
- Break down complex problems into smaller steps
- Have a look at what the agent was doing by checking which files it edited (above the chat input)
- Let the agent write unit tests to verify your implementation
- Follow AWP protocol specifications carefully