Skip to content

Commit 6713aa1

Browse files
committed
add new video to mcp
1 parent b7651e2 commit 6713aa1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/ai-agents/port-mcp-server.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import TabItem from "@theme/TabItem"
1414
style={{borderRadius:'4px'}}
1515
width="568"
1616
height="320"
17-
src="https://www.youtube.com/embed/hxUTTPSApQs"
17+
src="https://www.youtube.com/embed/WrVgQ-whBiE"
1818
title="YouTube video player"
1919
frameborder="0"
2020
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
@@ -49,6 +49,21 @@ The Port MCP Server directly enables these kinds of valuable, in-context interac
4949

5050
## Key capabilities and use-cases
5151

52+
<center>
53+
<div className="video-container">
54+
<iframe
55+
style={{borderRadius:'4px'}}
56+
width="568"
57+
height="320"
58+
src="https://www.youtube.com/embed/hxUTTPSApQs"
59+
title="YouTube video player"
60+
frameborder="0"
61+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
62+
allowfullscreen>
63+
</iframe>
64+
</div>
65+
</center>
66+
5267
The Port MCP Server enables you to interact with your Port data and capabilities directly through natural language within your chosen LLM-powered tools. Here's what you can achieve:
5368

5469
### Find information quickly
@@ -95,8 +110,14 @@ Receive assistance with common development and operational tasks, directly withi
95110
* Ask: "Guide me through creating a new component blueprint with 'name', 'description', and 'owner' properties."
96111
* Ask: "Help me add a rule to the 'Tier1Services' scorecard that requires an on-call schedule to be defined."
97112

113+
98114
![Getting instructions for new service setup](/img/ai-agents/MCPClaudeServiceSetup.png)
99115

116+
### Find your own use cases
117+
118+
You can use Port's MCP to find the use cases that will be valuable to you. Try using this prompt: "think of creative prompts I can use to showcase the power of Port's MCP, based on the data available in Port"
119+
120+
100121
## Using Port MCP
101122

102123
### Setup

0 commit comments

Comments
 (0)