Skip to main content
Glama

MCP Server for continue.dev

by alexsmirnov

与 continue.dev 一起使用的模型上下文协议 ( MCP ) Python 服务器

MCP 服务器公开可定制的提示模板、资源和工具,它使用 FastMCP 作为服务器应用程序运行。

依赖项、构建和运行由 uv 工具管理。

提供的功能

提示

prompts文件夹中的 Markdown 文件创建的提示。可以通过模板、使用 {{variable}} 格式的变量名添加其他内容。初始提示列表:

  • 审查由另一位法学硕士创建的代码
  • 检查代码的可读性,并确认符合清洁代码规则
  • 使用对话式法学硕士来磨练一个想法
  • 在头脑风暴结束时将其保存为spec.md文件
  • 测试驱动开发,根据规范创建测试
  • 根据规范起草一份详细的、分步的建设项目蓝图

资源

注意:继续不理解模板,因此资源名称应包含 提示中保留的所有信息资源名称,因此它不应混淆 llm

  • 将 url 内容提取为 markdown
  • 关于库的完整文档,最好来自 llms-full.txt
  • 完整的项目结构和内容,由CodeWeawerRepomix创建

工具

  • 网络搜索,使用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