MCP Server #5

Closed
opened 2026-02-16 04:15:06 -05:00 by yindo · 3 comments
Owner

Originally created by @botirk38 on GitHub (Sep 15, 2025).

Would we consider implementing a MCP over stdio transport for local use. My use case I want to use this with claude code!

Originally created by @botirk38 on GitHub (Sep 15, 2025). Would we consider implementing a MCP over stdio transport for local use. My use case I want to use this with claude code!
yindo closed this issue 2026-02-16 04:15:06 -05:00
Author
Owner

@logan-markewich commented on GitHub (Sep 15, 2025):

@botirk38 there's an example in the repo actually
https://github.com/run-llama/semtools/blob/main/examples/use_with_mcp.md

This uses http, but could be switched to stdio easily. Libraries like fastmcp make this pretty trivial to implement 👍🏻

@logan-markewich commented on GitHub (Sep 15, 2025): @botirk38 there's an example in the repo actually https://github.com/run-llama/semtools/blob/main/examples/use_with_mcp.md This uses http, but could be switched to stdio easily. Libraries like fastmcp make this pretty trivial to implement 👍🏻
Author
Owner

@logan-markewich commented on GitHub (Sep 15, 2025):

If you goal is claude code though, i would skip MCP entirely. its just CLI commands, so claude can execute bash with those commands already. You just have to tell claude that these commands exist
https://github.com/run-llama/semtools/blob/main/examples/use_with_coding_agents.md

@logan-markewich commented on GitHub (Sep 15, 2025): If you goal is claude code though, i would skip MCP entirely. its just CLI commands, so claude can execute bash with those commands already. You just have to tell claude that these commands exist https://github.com/run-llama/semtools/blob/main/examples/use_with_coding_agents.md
Author
Owner

@botirk38 commented on GitHub (Sep 24, 2025):

thanks logan, big help!

@botirk38 commented on GitHub (Sep 24, 2025): thanks logan, big help!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/semtools#5