Skip to content

Commit 9bc0b71

Browse files
committed
chore: add mcp config
1 parent 52946bf commit 9bc0b71

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ node_modules
55
*.tgz
66
dist
77
test-results
8-
tsconfig.tsbuildinfo
8+
tsconfig.tsbuildinfo
9+
10+
# Claude Code local data and personal overrides
11+
.claude/memory/
12+
.claude/*.local.json
13+
.claude/*.local.md
14+
.claude/settings.json
15+
.claude/rules/
16+
17+
# OpenWolf agent local state
18+
.wolf/

.mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"context7": {
4+
"command": "npx",
5+
"args": ["-y", "@upstash/context7-mcp@latest"],
6+
"env": {
7+
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
8+
}
9+
}
10+
}
11+
}

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# OpenWolf
2+
3+
@.wolf/OPENWOLF.md
4+
5+
This project uses OpenWolf for context management. Read and follow .wolf/OPENWOLF.md every session. Check .wolf/cerebrum.md before generating code. Check .wolf/anatomy.md before reading files.

0 commit comments

Comments
 (0)