Viewing profile — shibayu36
shibayu36
HN member- Joined
- Sat, May 03, 2025, 8:14 AM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About shibayu36
No profile information was provided.
Recent public activity
-
story
Show HN: slack-explorer-mcp – Let AI find historical context in Slack
I built an MCP server that lets AI tools search Slack history to answer “why did we do X?” It reads messages and threads with your Slack user token, so agents like Claude Code/Desk…
-
story
Show HN: MCP server that compresses and serves MySQL schema data
I built an MCP server that compresses and serves MySQL schema information. When you ask an AI to write MySQL queries, you must give it the project’s schema. In very large projects …
-
comment
Comment #44092662
I recently built an MCP server in Go too, so the use cases and implementation guide were very helpful, thank you.