public
nobgit
read
wiki.wiki
No description yet
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/wiki.wiki.git
ssh://[email protected]:2222/orgs/nobgit/wiki.wiki.git
Trace
How to use the NobGit MCP.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# How to use the NobGit MCP
3
Use this MCP server URL in an MCP-capable client:
5
```
6
https://nobgit.com/mcp
7
```
9
1. When the client opens the NobGit authorization page, sign in with your NobGit account.
10
2. Review the client that is asking to connect.
11
3. Select the repositories the client should be allowed to use.
12
4. Choose whether the connection should have optional write access or read-only access.
13
5. Authorize the connection only after the selected repositories and access level look correct.
15
## Repository access
17
The MCP connection can only use repositories you select during authorization. It stays inside your existing NobGit permissions and does not grant access to repositories your NobGit account cannot already access.
19
Read access allows the client to inspect selected repository metadata, branches, commit summaries, README files, text file contents, language breakdowns, and issues.
21
## Write access
23
Optional write access lets MCP tools create issues in selected repositories where your NobGit account already has write access.
25
Write access never allows direct pushes, branch modifications, repository deletion, permission changes, or organization administration.
27
Leave write access unchecked when you only want the client to read repository information.
29
## Revoke access
31
You can revoke MCP access at any time from your NobGit account settings.
33
MCP provides a standards-based way to connect NobGit with AI assistants and developer tools. Additional native integrations may be added in the future.
35
- [Previous: AI inside NobGit](Enable AI inside NobGit.md)
37
- [Next: Slack](How to connect Slack.md)