MCP Server for Continue
Expose customizable prompt templates, resources, and tools to enhance your development workflow. Utilize a conversational LLM to refine ideas, generate tests, and create detailed project blueprints. Streamline your coding process with integrated web search and documentation resources.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install alexsmirnov/mcp-server-continue -c claude
This command will automatically install and configure the MCP Server for Continue MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"MCP Server for Continue": {
"command": "uvx",
"args": [
"mcps"
],
"env": {}
}
}
}
Model Context Protocol ( MCP ) Python server
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
- complete project structure and content, created by
CodeWeawer
orRepomix
tools
- web search, using
serper
andtivily
APIs. One parameterquery
- web search results with summary, by
perplexity.io
. First parameterquery
, second is level of research:SIMPLE
,DETAIL
, andDEEP
- Retrivial Augmented Generation search in markdown files. For the query search string, return content that may contain answers. Optional parameter is starting folder
- Manipulate Files in Obsidian Vault, location from
VAULT
environment variable:- get list of files and subfolders in folder
- get file content by path.
- rename or move Obsidian note, update [[Wikilinks]] references if needed. 2 parameters: old and new locations
Details:
Stars
1Forks
7Last commit
2 months agoRepository age
6 months
Auto-fetched from GitHub .