★ 0 stars
Python
💻 Code/Dev Tools
Updated 1d ago
OpenCode configuration: global config, custom skills, plugins, MCP servers, themes, project settings
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"illnoobis-opencode": {
"command": "uvx",
"args": [
"illnoobis-opencode"
]
}
}
}
Run in terminal:
claude mcp add illnoobis-opencode uvx illnoobis-opencode
Add to .cursor/mcp.json:
{
"mcpServers": {
"illnoobis-opencode": {
"command": "uvx",
"args": [
"illnoobis-opencode"
]
}
}
}
Or install with pip: pip install illnoobis-opencode
README Excerpt
Mirror of my OpenCode setup. Clone this repo, copy `config/` to the right path, run `npm install`, done. ``` illnoobis-opencode/ ├── config/ → ~/.config/opencode/ (global config — copy this) └── project/ → ~/Documents/general-ai/.opencode/ (project-specific, optional) ``` ```powershell winget install OpenCode