Skip to main content
Glama

MCP-Confirm

by mako10k
MIT License
9
  • Apple
  • Linux
MCP_CONFIG.md1.17 kB
# MCP Configuration Examples ## VS Code Configuration Add to your `.vscode/mcp.json`: ```json { "servers": { "mcp-confirm": { "type": "stdio", "command": "npx", "args": ["@mako10k/mcp-confirm"] } } } ``` ## Claude Desktop Configuration Add to your Claude Desktop `config.json`: ### Windows Location: `%APPDATA%\Claude\config.json` ### macOS Location: `~/Library/Application Support/Claude/config.json` ### Linux Location: `~/.config/claude/config.json` ```json { "mcp": { "servers": { "mcp-confirm": { "command": "npx", "args": ["@mako10k/mcp-confirm"] } } } } ``` ## Local Installation If you prefer to install locally instead of using npx: ```bash npm install -g @mako10k/mcp-confirm ``` Then use: ```json { "mcp": { "servers": { "mcp-confirm": { "command": "@mako10k/mcp-confirm" } } } } ``` ## Development Configuration For development with local repository: ```json { "mcp": { "servers": { "mcp-confirm": { "command": "node", "args": ["dist/index.js"], "cwd": "/path/to/mcp-confirm" } } } } ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mako10k/mcp-confirm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server