Skip to main content
Glama

MCP Server for continue.dev

by alexsmirnov

continue.dev で使用するモデル コンテキスト プロトコル (MCP) Python サーバー

カスタマイズ可能なプロンプト テンプレート、リソース、およびツールを公開する MCP サーバー。サーバー アプリケーションとして実行するために FastMCP を使用します。

依存関係、ビルド、実行は uv ツールによって管理されます。

提供される機能

プロンプト

promptsフォルダ内のマークダウンファイルから作成されたプロンプト。テンプレート化や{{variable}}形式の変数名で追加コンテンツを追加できます。プロンプトの初期リスト:

  • 別のLLMによって作成されたコードのレビュー
  • コードの読みやすさをチェックし、クリーンコードルールに従って確認する
  • 会話型LLMを活用してアイデアを絞り込む
  • ブレインストーミングの最後にラップして、 spec.mdファイルとして保存します。
  • テスト駆動開発、仕様からテストを作成する
  • 仕様から建築プロジェクトの詳細な段階的な設計図を作成します

リソース

注意: continue はテンプレートを理解しないので、リソース名にはすべての情報を含める必要があります。 リソース名はプロンプトにそのまま残し、llm を混乱させないようにします。

  • URLの内容をマークダウンとして抽出する
  • ライブラリに関する完全なドキュメント(llms-full.txt が望ましい)
  • CodeWeawerまたはRepomixによって作成された完全なプロジェクト構造とコンテンツ

ツール

  • ウェブ検索、 serperまたは
  • perplexity.ioによる要約付きウェブ検索結果
  • 見逃したテストを見つける
  • ユニットテストを実行してエラーを収集する
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

モデル コンテキスト プロトコルを実装した Python サーバー。continue.dev 環境での LLM 対話を強化するカスタマイズ可能なプロンプト テンプレート、リソース、およびツールを提供します。

  1. 提供される機能
    1. プロンプト
    2. リソース
    3. ツール

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that allows management and execution of Blender Python scripts, enabling users to create, edit and run scripts in a headless Blender environment through natural language interfaces.
    Last updated -
    4
    Python
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that extracts and analyzes Python code structures, focusing on import/export relationships between files to help LLMs understand code context.
    Last updated -
    4
    Python
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Python-based implementation of the Model Context Protocol that enables communication between a model context management server and client through a request-response architecture.
    Last updated -
    Python
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that allows LLMs to interact with Python environments, execute code, and manage files within a specified working directory.
    Last updated -
    9
    42
    Python
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexsmirnov/mcp-server-continue'

If you have feedback or need assistance with the MCP directory API, please join our Discord server