which fff-mcp
/home/user/path/to/.../bin/fff-mcp
cd /path/to/project/
jq .enabledMcpjsonServers .claude/settings.local.json
[
"fff"
]
jq .mcpServers.fff .mcp.json
{
"type": "stdio",
"command": "/home/user/path/to/.../bin/fff-mcp",
"args": [],
"env": {}
}
cat .claude/rules/local-fff.md
For any file search or grep in the current git-indexed directory, use fff tools.
cat .git/info/exclude | grep -i fff
**/.claude/rules/local-fff.md
git check-ignore -v --no-index .claude/rules/local-fff.md
.git/info/exclude:20:**/.claude/rules/local-fff.md .claude/rules/local-fff.md- https://code.claude.com/docs/en/settings#settings-files
- https://code.claude.com/docs/en/memory#organize-rules-with-claude%2Frules%2F
- https://github.com/dmtrKovalenko/fff/blob/1eb913e509b846e77111cde2aeeb77a05243c003/README.md#L81-L87
- https://git-scm.com/docs/gitrepository-layout#Documentation/gitrepository-layout.txt-infoexclude
- https://git-scm.com/docs/git-check-ignore
pending to confirm
add this change related to allow
mcp__fff__*and deny the bundled native tools to search codeon .claude/settings.local.json