Skip to main content
Glama

MCP Server for continue.dev

by alexsmirnov

Model Context Protocol ( MCP ) Python server to use with continue.dev

MCP server that exposes a customizable prompt templates, resources, and tools It uses FastMCP to run as server application.

Dependencies, build, and run managed by uv tool.

Provided functionality

prompts

prompts created from markdown files in prompts folder. Additional content can be added by templating, by variable names in {{variable}} format Initial list of prompts:

  • review code created by another llm
  • check code for readability, confirm with Clean Code rules
  • Use a conversational LLM to hone in on an idea
  • wrap out at the end of the brainstorm to save it as spec.md file
  • test driven development, to create tests from spec
  • Draft a detailed, step-by-step blueprint for building project from spec

resources

NOTE: continue does not understand templates, so resource name should contain all information resouce name left as is in prompt, so it should not confuse llm

  • extract url content as markdown
  • full documentation about libraries, preferable from llms-full.txt
  • complete project structure and content, created by CodeWeawer or Repomix

tools

  • web search, using serper or
  • web search results with summary, by perplexity.io
  • find missed tests
  • run unit tests and collect errors
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A Python server implementing the Model Context Protocol to provide customizable prompt templates, resources, and tools that enhance LLM interactions in the continue.dev environment.

  1. Provided functionality
    1. prompts
    2. resources
    3. tools

Related MCP Servers

  • 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
  • -
    security
    -
    license
    -
    quality
    A Python implementation of the Model Context Protocol that allows applications to provide standardized context for LLMs, enabling creation of servers that expose data and functionality to LLM applications through resources, tools, and prompts.
    Last updated -
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.
    Last updated -
    2
    48,962
    16,173
    JavaScript
    MIT License
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.
    Last updated -
    4
    86
    TypeScript

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