You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-8Lines changed: 53 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ A conversational AI CLI tool powered by Grok with intelligent text editor capabi
10
10
-**📝 Smart File Operations**: AI automatically uses tools to view, create, and edit files
11
11
-**⚡ Bash Integration**: Execute shell commands through natural conversation
12
12
-**🔧 Automatic Tool Selection**: AI intelligently chooses the right tools for your requests
13
+
-**🔌 MCP Tools**: Extend capabilities with Model Context Protocol servers (Linear, GitHub, etc.)
13
14
-**💬 Interactive UI**: Beautiful terminal interface built with Ink
14
15
-**🌍 Global Installation**: Install and use anywhere with `npm i -g @vibe-kit/grok-cli`
15
16
@@ -166,19 +167,63 @@ Follow the existing code style and patterns in this project.
166
167
167
168
Grok will automatically load and follow these instructions when working in your project directory. The custom instructions are added to Grok's system prompt and take priority over default behavior.
168
169
169
-
## Example Conversations
170
+
## MCP Tools
170
171
171
-
Instead of typing commands, just tell Grok what you want to do:
172
+
Grok CLI supports MCP (Model Context Protocol) servers, allowing you to extend the AI assistant with additional tools and capabilities.
0 commit comments