2025-08
- GitHub - mcp-use/mcp-use: mcp-use is the easiest way to interact with mcp servers with custom agents

- bun や node で成功した wss 通信と同じことを Python の niquests でやろうとすると失敗する。niquests で成功する wss 通信と失敗する通信があるけど原因の切り分けができない。プライベートな url で問題が発生するので、issue に報告できるような再現手順がない。パケットキャプチャして通信を復号してデバッグするくらいなら bun 使って進めるのが早い。
- この MCP はプロジェクト全体を把握 VSCode GitHub Copilot で 「Serena MCP」を使う方法 #githubcopilot - Qiita
- GitHub - github/gh-models: CLI extension for the GitHub Models service

- GitHub - wbopan/cui: A web UI for Claude Code agents

- GitHub - musistudio/claude-code-router: Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.

- GitHub - brennercruvinel/CCPlugins: Best Claude Code framework that actually save time. Built by a dev tired of typing "please act like a senior engineer" in every conversation.

- Bedrock を組織で使う場合に推論プロファイル経由のみ許可する権限設計について考える
- GitHub - langchain-ai/open-swe: An Open-Source Asynchronous Coding Agent- https://github.com/langchain-ai/open-swe

- GitHub - github/awesome-copilot: Community-contributed instructions, prompts, and configurations to help you make the most of GitHub Copilot.

- 1password で ssh key を 管理してみた。鍵管理が楽になった(気がする)。
- GitHub - 1Password/onepassword-sdk-python

- GitHub - k1LoW/deck: deck is a tool for creating deck using Markdown and Google Slides.

- GitHub - jupyterlite/jupyterlite: Wasm powered Jupyter running in the browser 💡

- Brev | NVIDIA Developer
- 直接 cloud から gpu 使う方がコスト的に良いことも多い
- GitHub - brevdev/brev-cli: Connect your laptop to cloud computers. Follow to stay updated about our product

- GitHub - robocorp/robocorp: Create 🐍 Python AI Actions and 🤖 Automations, and deploy & operate them anywhere

- 11 hidden gems of systemd
- Go x Python 連携
- GitHub - getAsterisk/claudia: A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.

- GitHub · Build and ship software on a single, collaborative platform · GitHub
- GitHub - coleam00/Archon: Beta release of Archon OS - the knowledge and task management backbone for AI coding assistants.

- GitHub - IBM/mcp-context-forge: A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).

- GitHub - peter-evans/slash-command-dispatch: A GitHub action that facilitates "ChatOps" by creating repository dispatch events for slash commands

- GitHub - 1rgs/claude-code-proxy: Run Claude Code on OpenAI models

- AWS S3 コスト削減を目的に CSV から Apache Parquet に乗り換えるための下調べ | TECHSCORE BLOG
- https://agents.md/
- GitHub - omnara-ai/omnara: Omnara (YC S25) - Talk to Your AI Agents from Anywhere!

- GitHub - claffin/cloudproxy: Hide your scrapers IP behind the cloud. Provision proxy servers across different cloud providers to improve your scraping success.

- Why you shouldn’t use Redis as a rate limiter: Part 1 of 2
- GitHub - andrewmcwattersandco/git-fetch-file: Fetch and sync individual files or globs from other Git repositories, with commit tracking and local-change protection

- GitHub - ishaan1013/shadow: Background coding agent and real-time web interface

- GitHub - lfnovo/open-notebook: An Open Source implementation of Notebook LM with more flexibility and features

- Isolated installs – Package manager | Bun Docs
- 個人開発 完全ガイド | izanami
- https://docs.roocode.com/providers/vertex
- GitHub - triton-inference-server/fil_backend: FIL backend for the Triton Inference ServerGitHub - triton-inference-server/fil_backend: FIL backend for the Triton Inference Server

- GitHub - Goldziher/kreuzberg: Document intelligence framework for Python - Extract text, metadata, and structured data from PDFs, images, Office documents, and more. Built on Pandoc, PDFium, and Tesseract.

"uvx --from kreuzberg[gmft] kreuzberg-mcp"
の様に gmft オプションをつけるとPackage
kreuzbergdoes not provide any executables.
のエラーが発生する。gmft 以外のオプションだと問題なくインストールできる。 uv run --with gmft python
でimport gmft
をすると torch や numpy に絡んだエラーが発生する