20 lines
938 B
TOML
20 lines
938 B
TOML
# Project-scoped Grok configuration for ClaudeTools
|
|
# This is native Grok format (higher priority for Grok TUI than compatibility layers).
|
|
# Claude continues to use .mcp.json exclusively (we do not touch it).
|
|
# See .grok/README.md and ~/.grok/docs/user-guide/07-mcp-servers.md for details.
|
|
|
|
[mcp_servers.grepai]
|
|
# Native stdio MCP server for GrepAI semantic code search.
|
|
# This makes grepai__* tools (grepai__grepai_search, trace_*, status, stats, etc.)
|
|
# available to Grok via search_tool + use_tool, for context searches.
|
|
# Matches the entry in .mcp.json so behavior is identical, but configured for Grok.
|
|
command = "D:\\claudetools\\grepai.exe"
|
|
args = ["mcp-serve"]
|
|
enabled = true
|
|
startup_timeout_sec = 15
|
|
tool_timeout_sec = 120
|
|
|
|
# You can add other project-specific MCP servers here for Grok only.
|
|
# Global ones go in ~/.grok/config.toml .
|
|
# Higher priority sources (this file) override lower ones (e.g. .mcp.json) on name conflicts.
|