Add official MCP server #16

Open
joejulian wants to merge 3 commits from feature/official-mcp-server into main
Owner

Summary

  • add a first-party stdio MCP server backed by the existing authenticated KeePassGO gRPC API
  • expose session status, metadata-only entry search, browser login matching, and explicit credential retrieval tools
  • document MCP setup and add a Makefile build target

Tests

  • go test ./...
## Summary - add a first-party stdio MCP server backed by the existing authenticated KeePassGO gRPC API - expose session status, metadata-only entry search, browser login matching, and explicit credential retrieval tools - document MCP setup and add a Makefile build target ## Tests - go test ./...
joejulian added 1 commit 2026-05-14 15:56:08 +00:00
Add official MCP server
ci / lint-test (pull_request) Successful in 9m39s
ci / build (pull_request) Successful in 2m52s
32f9abe5e2
joejulian added 1 commit 2026-05-14 15:57:50 +00:00
Package MCP server binary
ci / lint-test (pull_request) Successful in 1m44s
ci / build (pull_request) Successful in 2m44s
d9a4bc6b14
joejulian added 1 commit 2026-05-14 16:07:12 +00:00
Add MCP entry password tool
ci / lint-test (pull_request) Successful in 1m46s
ci / build (pull_request) Successful in 2m40s
13eeb3fe4a
Some checks are pending
ci / lint-test (pull_request) Successful in 1m46s
ci / build (pull_request) Successful in 2m40s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/official-mcp-server:feature/official-mcp-server
git checkout feature/official-mcp-server
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joejulian/keepassgo#16