-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# API Keys for various MCPs | ||
REPLICATE_API_TOKEN=your_replicate_token_here | ||
BRAVE_API_KEY=your_brave_key_here | ||
GITHUB_PERSONAL_ACCESS_TOKEN=your_github_token_here | ||
|
||
# Add any other environment variables for new MCPs here | ||
# OPENAI_API_KEY=your_openai_key_here | ||
# GOOGLE_API_KEY=your_google_key_here |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"mcpServers": { | ||
"filesystem": { | ||
"command": "C:\\Program Files\\nodejs\\node.exe", | ||
"args": [ | ||
"C:\\Users\\patru\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js", | ||
"C:\\Users\\patru\\anthropicFun" | ||
] | ||
}, | ||
"memory": { | ||
"command": "C:\\Program Files\\nodejs\\node.exe", | ||
"args": [ | ||
"C:\\Users\\patru\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-memory\\dist\\index.js" | ||
] | ||
}, | ||
"brave-search": { | ||
"command": "C:\\Program Files\\nodejs\\node.exe", | ||
"args": [ | ||
"C:\\Users\\patru\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-brave-search\\dist\\index.js" | ||
], | ||
"env": { | ||
"BRAVE_API_KEY": "${BRAVE_API_KEY}" | ||
} | ||
}, | ||
"github": { | ||
"command": "C:\\Program Files\\nodejs\\node.exe", | ||
"args": [ | ||
"C:\\Users\\patru\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-github\\dist\\index.js" | ||
], | ||
"env": { | ||
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}" | ||
} | ||
}, | ||
"flux": { | ||
"command": "C:\\Program Files\\nodejs\\node.exe", | ||
"args": [ | ||
"C:\\Users\\patru\\AppData\\Roaming\\npm\\node_modules\\@patruff\\server-flux\\dist\\index.js" | ||
], | ||
"env": { | ||
"REPLICATE_API_TOKEN": "${REPLICATE_API_TOKEN}" | ||
} | ||
} | ||
}, | ||
"llm": { | ||
"model": "qwen2.5-coder:7b-instruct", | ||
"baseUrl": "http://localhost:11434/v1", | ||
"apiKey": "ollama", | ||
"temperature": 0.7, | ||
"maxTokens": 1000 | ||
}, | ||
"systemPrompt": "You are a helpful assistant that can use various tools to help answer questions. You have access to multiple MCPs including filesystem operations, GitHub interactions, Brave search, and Flux for image generation. When using these tools, make sure to respect their specific requirements and limitations." | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.