docs(readme): add MCP info

Christian Rocha created

Change summary

README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Detailed changes

README.md 🔗

@@ -78,6 +78,22 @@ Crush can use LSPs for additional context to help inform its decisions, just lik
 }
 ```
 
+### MCPs
+
+Crush can also use MCPs for additional context. Add LSPs to the config like so:
+
+```
+{
+  "mcp": {
+    "context7": {
+      "command": "",
+      "url": "https://mcp.context7.com/mcp",
+      "type": "http"
+    }
+  },
+}
+```
+
 ### OpenAI-Compatible APIs
 
 Crush supports all OpenAI-compatible APIs. Here's an example configuration for Deepseek, which uses an OpenAI-compatible API. Don't forget to set `DEEPSEEK_API_KEY` in your environment.