jmcpx
@Ernyoke
About jmcpx
CLI client for interacting with MCP servers.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is jmcpx?
jmcpx is a Command-Line Interface (CLI) client designed for interacting with MCP (Modular Command Processor) servers. It provides session management, tool and resource listing, and integrates with multiple Large Language Model (LLM) configurations such as OpenAI, Anthropic, and Bedrock.
How to use jmcpx?
Install Java 21+, clone the repository, and build with mvn clean package. Run java -jar target/jmcpx-1.0-SNAPSHOT.jar session to start an interactive session, or java -jar target/jmcpx-1.0-SNAPSHOT.jar list to list available tools and resources. Use the -c flag for a custom mcp.json path and -l for a custom llm.toml path.
Key features of jmcpx
- Session management with MCP servers
- Tool and resource listing
- LLM integration (OpenAI, Anthropic, Bedrock)
- Markdown rendering of responses
- Customizable JSON and TOML configurations
Use cases of jmcpx
- Start and manage interactive sessions with MCP servers
- Retrieve and display available tools and resources
- Integrate MCP server interactions with supported LLM providers
- Customize MCP and LLM configuration files for different setups
FAQ from jmcpx
What are the system requirements for jmcpx?
Java version 21 or higher and Maven for building the project.
Where do the configuration files reside by default?
Configuration files are stored in <user.home>/.config/jmcpx/ as mcp.json and llm.toml.
How can I specify custom configuration file paths?
Use the -c or --mcp flag for the mcp.json path and the -l or --llm flag for the llm.toml path when running the session or list commands.
Which LLM providers are supported?
OpenAI, Anthropic, and Bedrock.
What license is jmcpx released under?
The MIT License.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments