We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gilby125/opencode-mcp-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
first-steps.md•808 B
# First Steps
Once installed, here's how to get started with OpenCode MCP Tool.
## Test Connection
```
/opencode:ping "Hello from OpenCode!"
```
## Basic File Analysis
Analyze a single file:
```
/opencode:plan @README.md summarize this
```
## Natural Language Usage
Just ask naturally:
- "Use opencode to explain this codebase"
- "Ask opencode to analyze the architecture"
- "Have opencode review this function"
## Planning Mode
Structured analysis and planning:
```
/opencode:plan create a Python script that generates fibonacci numbers
```
## Build Mode
Immediate execution:
```
/opencode:build create a simple Python hello world script
```
## Next Steps
- Learn about [@file syntax](/concepts/file-analysis)
- Explore [model selection](/concepts/models)
- See [real examples](/usage/examples)