oterm is a terminal client for Ollama, exposing command-line interaction with AI models. It provides tools for model management, inference, and chat. It connects directly to the Ollama API. Developers use it to integrate AI model interactions into terminal-based workflows.
oterm is a terminal client for Ollama, exposing command-line interaction with AI models. It provides tools for model management, inference, and chat. It connects directly to the Ollama API. Developers use it to integrate AI model interactions into terminal-based workflows.
pip install otermAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ggozad-oterm-github": {
"command": "uvx",
"args": [
"pip install oterm"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from oterm?"
No configuration required. This server works out of the box.
"What resources are available in oterm?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in oterm"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in oterm with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.