Files
biblioteca_conocimiento_lab…/config/opencode.jsonc

112 lines
6.5 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"disabled_providers": [
],
"mcp": {
"engram": {
"command": [
"C:\\Users\\juanm\\bin\\engram.exe",
"mcp",
"--tools=agent"
],
"enabled": true,
"type": "local"
},
"image-vision": {
"type": "local",
"command": [
"node",
"C:\\Users\\juanm\\Documents\\GitHub\\image-vision-mcp\\dist\\index.js"
],
"enabled": true,
"environment": {
"IMAGE_VISION_AUTH_TOKEN": "{env:IMAGE_VISION_AUTH_TOKEN}",
"IMAGE_VISION_BASE_URL": "https://openrouter.ai/api/v1",
"IMAGE_VISION_MODEL": "google/gemini-2.5-flash",
"VISION_API_PROVIDER": "openai"
}
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true,
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
}
},
"fetch": {
"type": "local",
"command": [
"npx",
"-y",
"@h16rkim/mcp-fetch-server"
],
"enabled": true
},
"sequential-thinking": {
"type": "local",
"command": [
"npx",
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"enabled": true
},
"duckduckgo-search": {
"type": "local",
"command": [
"C:\\Users\\juanm\\.bun\\bin\\bunx.exe",
"duckduckgo-mcp"
],
"enabled": true
},
"obsidian": {
"type": "local",
"command": [
"C:\\Users\\juanm\\.local\\bin\\uvx.exe",
"mcp-obsidian"
],
"enabled": true,
"environment": {
"OBSIDIAN_API_KEY": "{env:OBSIDIAN_API_KEY}",
"OBSIDIAN_HOST": "127.0.0.1",
"OBSIDIAN_PORT": "27124"
}
},
"telegram": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-telegram"
],
"enabled": true,
"cwd": "C:\\Users\\juanm",
"environment": {
"TELEGRAM_API_ID": "{env:TELEGRAM_API_ID}",
"TELEGRAM_API_HASH": "{env:TELEGRAM_API_HASH}",
"TELEGRAM_AGENT_HOME": ".telegram-agent",
"MCP_TELEGRAM_TOOLS": "login,list_accounts,list_dialogs,search_dialogs,list_messages,search_messages,search_global,get_message,send_message,edit_message,delete_messages,forward_messages,send_reaction,get_message_reactions,send_file,download_media,list_contacts,search_contacts,get_me,transcribe_message,get_inline_bot_results,mark_as_read,send_poll,vote_poll,get_poll_results"
}
}
},
"provider": {
"ollama": {
"name": "Ollama",
"npm": "@ai-sdk/openai-compatible",
"models": {
"gemma4": {
"name": "Gemma 4 Local"
},
"deepseek-coder-v2:16b": {
"name": "DeepSeek Coder Local"
}
},
"options": {
"baseURL": "http://localhost:11434/v1"
}
}
}
}