MoonshotAI / MoonshotAI/kimi-cli

现在只有全局的mcp、subagents配置,我需要项目级别的配置 || Now there is only global mcp and subagents configuration, I need project-level configuration

Open
#1,365 1 comment 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
11.4k
Forks
1.3k
Avg merge
9h 47m
Merged PRs (30d)
2

Description

What feature would you like to see?

在项目目录启动kimi之后能够读取项目目录的配置文件连接mcp。同样在vscode插件里启动的时候也需要能够读取项目级别的配置

Additional information

现在我只在官网找到了一个cli的启动参数--mcp-config-file,我难道要在每次启动的时候都手动添加这个参数吗?应该有一个默认读取的位置啊,只有需要额外添加的时候我再来使用这个启动参数


What feature would you like to see?

After starting kimi in the project directory, you can read the configuration file of the project directory and connect to mcp. It is also necessary to be able to read the project-level configuration when starting the vscode plug-in.

Additional information

Now I only found a cli startup parameter --mcp-config-file on the official website. Do I have to add this parameter manually every time I start it? There should be a default reading location. I will use this startup parameter only when additional additions are needed

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing CLI --mcp-config-file entry point and the VSCode plugin startup path. Determine the default project-level configuration location and precedence, then verify that both entry points discover it without the flag and that the behavior is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, vscode
Domain
cli, developer-experience
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.