@friday-ai-codes/mcp

@friday-ai-codes/mcp

Provides MCP tools for Friday AI, enabling code indexing, Graph RAG, coding plans, and PR/MR operations via AI coding assistants like Cursor, Claude Code, and Codex.

Category
Visit Server

README

@friday-ai-codes/mcp

Friday AI 的 MCP(Model Context Protocol)server。把 Friday 的代码索引、Graph RAG、编码计划与 PR / MR 工具暴露给 Cursor / Claude Code / Codex 等 AI 编码助手。

配置

在 Friday Web 控制台「个人资料 → 访问令牌」创建 PAT(明文只显示一次),然后:

npx -y @friday-ai-codes/mcp init --base-url https://friday.example.com --token <你的访问令牌>

配置写入 ~/.friday/config.json(权限 0600)。也可以用环境变量 FRIDAY_BASE_URL / FRIDAY_ACCESS_TOKEN 覆盖。

注册到 IDE

一条命令,自动探测已安装的 agent 并幂等注册:

npx -y @friday-ai-codes/mcp register
  • Cursor:写入 ~/.cursor/mcp.json--project 时写 ./.cursor/mcp.json
  • Claude Code:执行 claude mcp add friday -- npx -y @friday-ai-codes/mcp
  • Codex:追加 [mcp_servers.friday]~/.codex/config.toml

只新增 friday 条目,不覆盖既有配置;已注册则跳过。用 --agent cursor|claude-code|codex(可重复)指定目标,--all 注册全部。

命令

命令 作用
friday-mcp(无参数) 启动 stdio MCP server
friday-mcp init --base-url <url> --token <pat> 写入配置并校验连通性
friday-mcp register [--agent <name>] [--all] [--project] 把 friday MCP server 注册进 agent 配置(幂等)
friday-mcp doctor 检查配置、连通性与各 agent 注册状态(不回显令牌)

工具集

19 个工具,对应 Friday /api/mcp/tools/* 端点:仓库发现(route_repositories)、Graph RAG 检索(search_rag_chunksfind_related_chunks)、仓库浏览(get_repository / list_repository_files / get_repository_file)、分析与计划(analyze_repository / create_coding_plan / improve_coding_plan)、执行与 MR(execute_coding_plan / get_coding_execution / summarize_branch / create_merge_request)、飞书工作项(get_feishu_work_item_context / create_feishu_technical_plan / create_work_item_repo_tasks / execute_work_item_repo_tasks)、学习案例(create_learning_case / search_learning_cases)。

配合 Friday AI skills(12 个原子技能,含自举的 friday-setup)使用效果最佳,一键全装:

npx skills add friday-ai-codes/skills --skill '*' -g -y

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured