by kpavlov · MCP Server · ★ 22
Tachyon MCP is a Java 21 Model Context Protocol (MCP) server built on Netty. Fully implements MCP spec 2025-11-25 Streamable HTTP transport with native I/O, protocol extensions, and a stateless mode for serverless deployments. TL;DR java import dev.tachyonmcp.server.TachyonServer; import dev.tachyonmcp.server.features.tools.AbstractSyncToolHandler; import dev.tachyonmcp.server.features.tools.ToolDescriptor; import dev.tachyonmcp.server.features.tools.ToolResult; import dev.tachyonmcp.server.session.McpContext; import tools.jackson.databind.node.JsonNodeFactory; void main() { var schema =...
| Stars | 22 |
| Forks | 3 |
| Language | Java |
| Category | MCP Server |
| License | Apache-2.0 |
| Quality Score | 71.7150087457892/100 |
| Open Issues | 4 |
| Last Updated | 2026-07-08 |
| Created | 2026-06-15 |
| Platforms | java, mcp |
| Est. Tokens | ~18k |
These tools work well together with tachyon for enhanced workflows:
Explore other popular mcp server tools:
tachyon is 💫 Tachyon MCP Runtime for JVM - a Java Model Context Protocol (MCP) server with Streamable HTTP, native Netty transports, tasks, resources, prompts, resumable sessions, and stateless deployment suppo. It is categorized as a MCP Server with 22 GitHub stars.
tachyon is primarily written in Java. It covers topics such as ai, ai-agent-tools, ai-agents.
You can find installation instructions and usage details in the tachyon GitHub repository at github.com/kpavlov/tachyon. The project has 22 stars and 3 forks, indicating an active community.
tachyon is released under the Apache-2.0 license, making it free to use and modify according to the license terms.