haacked/spelungit
If you are the rightful owner of spelungit and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Spelungit MCP Server is a tool for exploring Git commit history using semantic search, allowing users to query commit history with natural language.
Tools
Functions exposed to the LLM to take actions
search_commits
Search commits using natural language.
index_repository
Index a repository for search.
repository_status
Check indexing status.
get_database_info
View database statistics.
search_blame
Search code blame data using natural language.
who_wrote
Find authors who wrote code matching a query.
configure_auto_update
Configure automatic index update behavior.
get_auto_update_config
Get current automatic index update configuration.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client