Benozo/conduit
If you are the rightful owner of conduit 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.
Conduit is a versatile, embeddable MCP server implementation in Go that supports both standalone and library usage.
Tools
Functions exposed to the LLM to take actions
uppercase
Convert text to uppercase
lowercase
Convert text to lowercase
reverse
Reverse text
word_count
Count words in text
trim
Trim whitespace
title_case
Convert to title case
snake_case
Convert to snake_case
camel_case
Convert to camelCase
replace
Replace text patterns
extract_words
Extract words from text
sort_words
Sort words alphabetically
char_count
Count characters
remove_whitespace
Remove whitespace
remember
Store information in memory
recall
Retrieve stored information
forget
Remove information from memory
list_memories
List all stored memories
clear_memory
Clear all memories
memory_stats
Get memory statistics
timestamp
Generate timestamps
uuid
Generate UUIDs
base64_encode
Base64 encoding
base64_decode
Base64 decoding
url_encode
URL encoding
url_decode
URL decoding
hash_md5
MD5 hashing
hash_sha256
SHA256 hashing
json_format
Format JSON
json_minify
Minify JSON
random_number
Generate random numbers
random_string
Generate random strings
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client