zin-mcp-client
- CLI
- Web
- Tools
A powerful yet lightweight, fast, simple and flexible client for interacting with MCP (Model Context Protocol) servers through local LLMs. This tool allows you to connect to and utilize various tools from multiple MCP servers through an easy-to-use command-line interface and web interface as well. It also act as a bridge between Open Web UI and Ollama to integrate MCP support in Open Web UI as well.
Here we queried the local llm running using ollama to perform code review of android applications using jadx-mcp-server and it does exactly that.
Here we queried the local llm running using ollama to perform code review of android applications using jadx-mcp-server and it does exactly that.
Here, zin-mcp-client is acting as proxy between ollama and open web ui to provide strong tool calling capabilities along with rich UI and features of Open Web UI. In this particular example, we are utilizing jadx-mcp-server to perform analysis of android application.
Here, zin-mcp-client is acting as proxy between ollama and open web ui to provide strong tool calling capabilities along with rich UI and features of Open Web UI. In this particular example, we are utilizing jadx-mcp-server to perform analysis of android application.
In this screenshot, we can see the web interface of this client where i am interacting with BurpSuite MCP Server.
In this screenshot, we can see the web interface of this client where i am interacting with BurpSuite MCP Server.
Supported MCP Features
- ToolsTools are executable functions that LLMs can invoke
- ResourcesResources expose data and content from the server
- PromptsPrompts are pre-defined templates for LLM interactions
- DiscoverySupport for tools/prompts/resources changed notifications
- InstructionsInstructions are server-provided guidance for LLMs
- SamplingSampling lets the server request LLM completions
- RootsRoots define filesystem boundaries for the server
- ElicitationElicitation lets the server request information from the user
- TasksTasks track long-running operations
- AppsApps are interactive HTML interfaces
- CIMDClient ID Metadata Document support
- DCRDynamic Client Registration support
- OAuth Client CredentialsOAuth Client Credentials extension support
- Enterprise-Managed AuthorizationEnterprise-Managed Authorization extension support