io.github.ShunkiOgino/ask-ogino
Official6 toolsby ShunkiOgino · Astro
ask-ogino
Query Shunki Ogino's public profile: his thesis, the tools he builds, and his writing.
Query a public profile for thesis, tools built, and writing.
Captured live from the server via tools/list.
get_profile
荻野舜樹(Shunki Ogino)が何者で、何を考えているか(自己紹介・思想)を返す。まずこれを呼ぶとよい。
No parameters.
list_works
荻野が作ったもの(作品・道具)の一覧を、説明・タグ・URL・リポジトリ付きで返す。
No parameters.
list_posts
荻野のブログ記事の一覧(タイトル・日付・要約・URL)を新しい順に返す。
Parameters (1)
- limitinteger
件数上限(既定20)
get_post
ブログ記事1本の全文(markdown)を slug で取得する。slug は list_posts / search の結果に含まれる。
Parameters (1)
- slugstringrequired
記事のslug
search
荻野の思想・作品・ブログ全文をキーワードで横断検索し、一致した項目を返す。「この人はXについてどう考えている?」に答える時に使う。
Parameters (1)
- querystringrequired
検索語(日本語/英語)
how_to_connect
荻野への連絡先・つながり方(Discord/GitHub/各SNS)と、どんな人に来てほしいかを返す。
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ask-ogino": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://homepage-flax-two.vercel.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.